summary refs log tree commit diff stats
path: root/user/mba.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-06-04 11:04:40 +0200
committerAlan Pearce2024-06-04 11:04:40 +0200
commit55176b87fd5f918eb2b9d6418671a12dd3dc9186 (patch)
tree0a64d0b6590a295830c4b9bbf33b2ea972140f99 /user/mba.nix
parent13e6542583484d444f8286961448e783b97e3b2e (diff)
downloadnixfiles-55176b87fd5f918eb2b9d6418671a12dd3dc9186.tar.lz
nixfiles-55176b87fd5f918eb2b9d6418671a12dd3dc9186.tar.zst
nixfiles-55176b87fd5f918eb2b9d6418671a12dd3dc9186.zip
mba: print pwd with ~ after calling `c,`
Diffstat (limited to 'user/mba.nix')
-rw-r--r--user/mba.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/mba.nix b/user/mba.nix
index eaa8fd5d..06488688 100644
--- a/user/mba.nix
+++ b/user/mba.nix
@@ -20,7 +20,7 @@
   ];
 
   home.username = "alan";
-  home.homeDirectory = "/home/alan";
+  home.homeDirectory = "/Users/alan";
   home.stateVersion = "22.11";
 
   launchd.agents.colima = {