init
This commit is contained in:
commit
54bab918d7
260 changed files with 18544 additions and 0 deletions
35
README.md
Normal file
35
README.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue