From 7be365b419cf5d866f884fc1ca7a4fe7f405075d Mon Sep 17 00:00:00 2001 From: Martin Lasson Date: Sun, 26 Jan 2025 00:30:51 +0100 Subject: [PATCH] Add local home values --- nix/local_home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; }