This commit is contained in:
2023-04-12 20:32:07 +02:00
parent 10fbbc2654
commit 7568e29aa5
86 changed files with 5132 additions and 4 deletions

11
modules/default.nix Normal file
View File

@@ -0,0 +1,11 @@
{
...
}: {
imports = [
./secret.nix
./security.nix
./udevd.nix
./networking.nix
./fonts.nix
];
}