nixos-config/README.md

36 lines
537 B
Markdown
Raw Normal View History

2019-10-24 02:20:38 +02:00
# My NixOS configuration
## Folder Structure
### configs
This should container system specific configurations
### system
Holds system type information like `server` and `desktop`.
### 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.
### terranix
some terranix scripts
### library
some nix-lang functions and tools I use.
### images
some images I use and build via nixos-generators.