Skip to content

Commit

Permalink
fix users home for private machines
Browse files Browse the repository at this point in the history
  • Loading branch information
thekorn committed May 28, 2023
1 parent 5d4a03e commit d8407f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hosts/darwin/shared/home.private.nix
@@ -0,0 +1,3 @@
{ pkgs, ... }: {
users = { users = { thekorn = { home = "/Users/thekorn"; }; }; };
}
1 change: 1 addition & 0 deletions hosts/darwin/thekornMacbook.nix
Expand Up @@ -4,6 +4,7 @@
imports = [
./shared/homebrew.common.nix
./shared/homebrew.private.nix
./shared/home.private.nix
./shared/fonts.nix
./shared/preferences.nix
];
Expand Down
1 change: 1 addition & 0 deletions hosts/darwin/thekornStudio.nix
Expand Up @@ -5,6 +5,7 @@
./shared/homebrew.common.nix
./shared/homebrew.studio.nix
./shared/homebrew.private.nix
./shared/home.private.nix
./shared/fonts.nix
./shared/preferences.nix
];
Expand Down

0 comments on commit d8407f0

Please sign in to comment.