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
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/mba.nix → user/mba.nix
@@ -22,6 +22,6 @@ ./settings/zsh.nix ]; home.username = "alan"; - home.homeDirectory = "/Users/alan"; + home.homeDirectory = "/home/alan"; home.stateVersion = "22.11"; }