base: setup default config

This commit is contained in:
Antoine Martin 2021-02-14 13:18:13 +01:00
parent 72161b8c57
commit b70e37770a
3 changed files with 26 additions and 15 deletions

6
base/default.nix Normal file
View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./users.nix
];
}