all repos — nixfiles @ 112eff24937ae4b2a688df73821c6d971ddc9cc7

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

mba: unify home directory with linux hosts

requires a line in /etc/synthetic.conf:
home	/System/Volumes/Data/Users/

in the Terminal, I set the shell startup command to
export HOME=/home/alan;cd;clear
Alan Pearce alan@alanpearce.eu
Tue, 04 Apr 2023 08:18:58 +0200
commit

112eff24937ae4b2a688df73821c6d971ddc9cc7

parent

a1bdc17268f7587e6f359b3b00405df9fa6b41e7

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

jump to
M user/mba.nixuser/mba.nix
@@ -22,6 +22,6 @@ ./settings/zsh.nix   ];
 
   home.username = "alan";
-  home.homeDirectory = "/Users/alan";
+  home.homeDirectory = "/home/alan";
   home.stateVersion = "22.11";
 }