Fix $HOME on darwin

This commit is contained in:
Dave Gallant
2023-06-05 13:40:24 -04:00
parent 87733b5dbd
commit 085935f574
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{pkgs, ...}: {
users.users."dave.gallant".home = "/Users/dave.gallant";
imports = [
./brew.nix
./preferences.nix