fix(darwin): correct typo during user creation
Some checks failed
buildbot/nix-eval Build done.
Code Check / Run nixfmt and statix (pull_request) Has been cancelled

This commit is contained in:
Dusty Pomerleau 2024-08-11 21:45:32 +10:00
parent dcb9bc3396
commit bff08ebad0

View file

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