Add toplevel module, and enable modules in config

This commit is contained in:
Jonas Juselius
2020-10-31 09:16:52 +01:00
parent 375a26915f
commit 533928a880
5 changed files with 30 additions and 19 deletions

7
lib/modules.nix Normal file
View File

@@ -0,0 +1,7 @@
{
imports = [
./os.nix
./fs.nix
./k8s.nix
];
}