This commit is contained in:
Nathan McCarty 2022-05-10 00:28:03 -04:00
parent 051cdb47f9
commit ff11b8e35d
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
users = {
users.nathan = {
# darwin is special
home = if pkgs.stdenv.isDarwin then "/home/Nathan" else "/home/nathan";
home = if pkgs.stdenv.isDarwin then "/Users/nathan" else "/home/nathan";
description = "Nathan McCarty";
shell = pkgs.fish;
};