fix(darwin): correct typo during user creation #36

Merged
minion merged 1 commit from dustypomerleau/templates:typo into main 2024-08-11 13:05:39 +00:00
Showing only changes of commit bff08ebad0 - Show all commits

View file

@ -76,7 +76,7 @@
};
};
# Here we can create our user
uses.users.${username} = {
users.users.${username} = {
home = "/Users/${username}";
};