[nix] Make own module
This commit is contained in:
parent
401d667acf
commit
e55d4b46dd
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