[nix] Make own module
This commit is contained in:
parent
5f0934bf39
commit
4e0b6e9869
5 changed files with 55 additions and 18 deletions
6
nixos/modules/nix/default.nix
Normal file
6
nixos/modules/nix/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./flakes
|
||||
./gc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue