base: setup default config
This commit is contained in:
parent
72161b8c57
commit
b70e37770a
3 changed files with 26 additions and 15 deletions
6
base/default.nix
Normal file
6
base/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./users.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue