Personal NixOS and Home Manager configurations using Flakes.
# NixOS rebuild
sudo nixos-rebuild switch --flake .#hostname
# Home Manager only
home-manager switch --flake .#hostname$ tree -L 1
.
├── flake.lock
├── flake.nix # Main configuration entry point
├── hosts/ # Host-specific configurations
├── modules/ # Reusable configuration modules
├── pics/ # Images
└── secrets/ # Encrypted secrets (sops-nix)
