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