initial commit
This commit is contained in:
commit
90cff4f16a
59 changed files with 6855 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# Nix build artifacts
|
||||
result
|
||||
result-*
|
||||
|
||||
# Secrets (never commit these)
|
||||
secrets/
|
||||
*.secret
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Editor backups
|
||||
*.backup
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# Local overrides
|
||||
local.nix
|
||||
|
||||
# Claude stuff
|
||||
.claude/
|
||||
|
||||
# Quickshell generated theme files (generated by Nix)
|
||||
Hyprland/Quickshell/bar/Theme.qml
|
||||
Hyprland/Quickshell/control-center/Theme.qml
|
||||
|
||||
# nixos-hardware fork (now on GitHub)
|
||||
nixos-hardware-fork/
|
||||
|
||||
# Hyprland wiki
|
||||
hyprland-wiki/
|
||||
|
||||
/st/
|
||||
|
||||
/dwm/
|
||||
Loading…
Add table
Add a link
Reference in a new issue