Warning
THIS IS A(LWAYS A) WORK IN PROGRESS!
[!WARNING] currently (slowly) refactoring to Dendritic flakes pattern.
My personal nixOS config + dotfiles.
The nixOS config is contained within a flake, with home-manager installed as a
nixOS module. Most configs are contained within the ./configs directory, and
are symlinked into place by home-manager.
Modules come in two flavors: nixos and home-manager. The nixos modules are
used to configure the system, while the home-manager modules are used to
configure the user's home directory.
Roles are abstractions around modules.
- Get rid of
roles? -
claudemodule mirroring what we did foropencode