Refresh system/tool pins, install official Element Nightly, expand development tools, and finish desktop workflows with a shared charcoal/gold design. Retain host-specific updates and NixOS recovery generations.
22 lines
347 B
Plaintext
22 lines
347 B
Plaintext
# Nix build results and local environment state.
|
|
/result
|
|
/result-*
|
|
/.direnv/
|
|
|
|
# NixOS-generated files when the checkout lives at /etc/nix.
|
|
/nix.conf
|
|
/registry.json
|
|
|
|
# Local secrets must never be imported into Nix or committed.
|
|
/.env
|
|
/.env.*
|
|
!/.env.example
|
|
/secrets/
|
|
|
|
# Python bytecode and editor temporary files.
|
|
__pycache__/
|
|
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*~
|