My nix configuration that tries to be the promised land (wyrdgard).
| homes/x86_64-linux | ||
| lib/module | ||
| modules | ||
| overlays | ||
| secrets | ||
| shells | ||
| systems/x86_64-linux | ||
| .gitattributes | ||
| .gitignore | ||
| .sops.yaml | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
Wyrdgard
My all-inclusive nix flake to solve all my problems.
Repository Overview
homes
- user@system syntax
- home manager config possible
lib
- extending lib
modules
- nixos
- home
- darwin
overlays
- overlays provided by this flake
secrets
- secrets used currently only one file
shells
systems
- all the systems that can be built with the flake
inspirations and thanks
Most of this config draws inspiration from this config: https://github.com/jakehamilton/config
