work around sync issue between nix-darwin and home-manager

main
Brian Hicks 2023-06-02 10:05:24 -05:00
parent 441a4632a5
commit 75d0d308f6
Signed by: brian
GPG Key ID: C4F324B9CAAB0D50
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@
];
};
# https://github.com/nix-community/home-manager/issues/4026
users.users.brianhicks.home = "/Users/brianhicks";
# dotfiles
home-manager = {
useUserPackages = true;