Initial commit

This commit is contained in:
Nox Sluijtman 2023-12-16 19:26:15 +01:00
commit a43b5a6a1a
12 changed files with 550 additions and 0 deletions

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{ description = "A few settings";
outputs = _: {
nixosModules = {
voidcruiser = import ./modules/desktop;
};
};
}