refactor: make the whole thing more generic

This commit is contained in:
2024-04-02 16:28:57 +02:00
parent 7b648e1955
commit 651f3ad808
193 changed files with 763 additions and 521 deletions

9
modules/nixos/README.md Normal file
View File

@@ -0,0 +1,9 @@
# NixOS Modules
This is a collection of modules, built like the NixOS repo that extends it with
either generic features that might be shared between systems or simplifications
of things that might otherwise lead to duplicate code.
All of these should be more or less ready to copy yourself.
Any modules that are just presets are used with `original.option.preset.name.enable = true;`