diff --git a/nix/local_home.nix b/nix/local_home.nix index 6331a1d..7882628 100644 --- a/nix/local_home.nix +++ b/nix/local_home.nix @@ -6,7 +6,7 @@ # accordingly, and then commit it. home = { # Stub values for demonstration. Override these in local branch. - username = "JohnDoe"; - homeDirectory = "/home/johndoe"; + username = "larssonmartin1998-mac"; + homeDirectory = "/Users/larssonmartin1998-mac"; }; }