base: move basic Nix configuration

This commit is contained in:
Antoine Martin 2021-02-19 21:54:30 +01:00
parent cfb135e118
commit 67523e7e31
3 changed files with 23 additions and 20 deletions

View file

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