init: initial setup
This commit is contained in:
commit
69a92fdd5e
10 changed files with 444 additions and 0 deletions
6
common/default.nix
Normal file
6
common/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./users.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue