From 112eff24937ae4b2a688df73821c6d971ddc9cc7 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Apr 2023 08:18:58 +0200 Subject: 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 --- user/mba.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/mba.nix b/user/mba.nix index 5bbf2434..70408635 100644 --- a/user/mba.nix +++ b/user/mba.nix @@ -22,6 +22,6 @@ ]; home.username = "alan"; - home.homeDirectory = "/Users/alan"; + home.homeDirectory = "/home/alan"; home.stateVersion = "22.11"; } -- cgit 1.4.1