36 lines
537 B
Markdown
36 lines
537 B
Markdown
|
# 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.
|