34 lines
429 B
Text
34 lines
429 B
Text
# 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/
|