Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (19 loc) · 427 Bytes
.
├── 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