nixos-config/README.md

36 lines
523 B
Markdown

# My NixOS configuration
## terranix
some terranix scripts
## images
some images I use and build via nixos-generators.
## nixos
### system
Holds system type information like `server` and `desktop`.
### configs
This should container system specific configurations
## library
some nix-lang functions and tools I use.
### modules
This should container scripts that can be copied across different sources.
### pkgs
My overlay is in here.
### assets
assets, like scripts which I dont want to write in nix-lang.