Initial commit
This commit is contained in:
commit
a43b5a6a1a
12 changed files with 550 additions and 0 deletions
7
flake.nix
Normal file
7
flake.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ description = "A few settings";
|
||||
outputs = _: {
|
||||
nixosModules = {
|
||||
voidcruiser = import ./modules/desktop;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue