.
├── flake.lock
├── flake.nix
├── .gitignore
├── hosts
│ └── [host]
│ ├── default.nix
│ ├── hard.nix
│ ├── soft.nix
│ └── user.nix
└── modules
├── home
│ ├── .config
│ └── shell.nix
└── nixos
├── nvidia.nix
└── virt.nix