The same with folders for users

This commit is contained in:
baduhai 2022-12-04 18:35:06 -03:00
parent 0c7addbe0c
commit fe7422b43d
4 changed files with 20 additions and 7 deletions

View file

@ -0,0 +1,9 @@
{ ... }:
{
imports = [
./home.nix
./programs.nix
./services.nix
];
}