.
├── flake.nix
│
├── machines
│ │
│ ├── desktop
│ │ ├── config.nix
│ │ ├── hardware-configuration.nix
│ │ └── home.nix
│ │
│ ├── hacking
│ │ └── ...
│ │
│ ├── homelab
│ │ └── ...
│ │
│ ├── laptop
│ │ └── ...
│ │
│ └── minecraft
│ └── ...
│
├── programs
│ │
│ ├── home
│ │ └── shared-configs
│ │ ├── base.nix
│ │ ├── machines.nix
│ │ └── servers.nix
│ │
│ ├── nixos
│ │ └── shared-configs
│ │ └── ...
│ │
│ └── window-manager
│ └── niri/
│
└── README.md
-
Notifications
You must be signed in to change notification settings - Fork 0
yummyhomie/The-Homie-Config
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
My NixOS Config. For use across my laptop, desktop & homelabs. Made with love.