This commit is contained in:
Ingolf Wagner 2019-10-24 02:20:38 +02:00
commit 54bab918d7
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
260 changed files with 18544 additions and 0 deletions

35
README.md Normal file
View 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.