Modularize nix config
This commit is contained in:
parent
f2e34e4c77
commit
d0b1495ede
4 changed files with 28 additions and 24 deletions
8
hosts/common/default.nix
Normal file
8
hosts/common/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./nix.nix
|
||||
];
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue