Initial NixOS config

This commit is contained in:
2025-11-19 08:42:21 +01:00
commit 61adc10c49
14 changed files with 1645 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Hardware configuration is machine-specific
# Uncomment if you don't want to track it
# hardware-configuration.nix
# Flake lock file - comment out if you want reproducible builds
# flake.lock
# Result symlinks from nix build
result
result-*
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Temporary files
*.tmp