Finer grained home-manager hosts

This commit is contained in:
Greg Hellings
2023-08-21 10:20:24 -05:00
parent 9c22f7414c
commit ad20ca1856
6 changed files with 26 additions and 11 deletions
+2 -1
View File
@@ -23,8 +23,9 @@ let
extraSpecialArgs = {
inherit inputs;
gnome = false;
gui = true;
gui = false;
home = "/Users/gregory.hellings";
host = name;
};
};
users.users."gregory.hellings".home = "/Users/gregory.hellings";