all repos — nixfiles @ 55176b87fd5f918eb2b9d6418671a12dd3dc9186

System and user configuration, managed by nix and home-manager

mba: print pwd with ~ after calling `c,`
Alan Pearce alan@alanpearce.eu
Tue, 04 Jun 2024 11:04:40 +0200
commit

55176b87fd5f918eb2b9d6418671a12dd3dc9186

parent

13e6542583484d444f8286961448e783b97e3b2e

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/mba.nixuser/mba.nix
@@ -20,7 +20,7 @@ <private/ssh.nix>   ];
 
   home.username = "alan";
-  home.homeDirectory = "/home/alan";
+  home.homeDirectory = "/Users/alan";
   home.stateVersion = "22.11";
 
   launchd.agents.colima = {