put users into sub module

This commit is contained in:
jopejoe1 2024-01-13 18:01:23 +01:00
parent d73dc3ba23
commit fab23b28eb
7 changed files with 24 additions and 14 deletions

View file

@ -13,8 +13,10 @@
nix.enable = true;
plasma.enable = true;
sway.enable = true;
jopejoe1.enable = true;
root.enable = true;
user = {
jopejoe1.enable = true;
root.enable = true;
};
ssh.enable = true;
};