Initial commit
This commit is contained in:
commit
9661927410
27 changed files with 1091 additions and 0 deletions
6
modules/default.nix
Normal file
6
modules/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./nixos
|
||||
./flake
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue