c520cf8a0b3681d24f235b4497a18c1a67bb7c42
AsdamNixOS
My nixos configuration.
I am employing flakes, especially as the dendritic pattern (everything is a module)
Essentially things can be put into three categories (and folders):
- Hosts
- Profiles
- Features
Hosts
Machine specific config, how exactly to set each system up, especially with hardware and other such machine configs
Profiles
Generalized profiles that package large amounts of features in easy to import modules
Features
Every single software I have bothered setting up a module and config for
Languages
Nix
89.2%
Lua
10.8%