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

View file

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