mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 12:11:54 +00:00
Add a NixOS system configuration using flakes, supporting multiple hosts (desktop, laptop, my-machine) with shared and per-host settings. Includes Home Manager integration, user-level and system-level package management, and example hardware configuration placeholders. Provides a README with setup instructions and a .gitignore for common Nix and editor artifacts.
14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
# Nix build results
|
|
result
|
|
result-*
|
|
|
|
# Temporary files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
|
|
# Hardware configuration (may contain sensitive info)
|
|
# Uncomment if you don't want to commit hardware configs
|
|
# hosts/*/hardware-configuration.nix
|