aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake/home/core.nix.org
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake/home/core.nix.org')
-rw-r--r--macos.local/.flake/home/core.nix.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/macos.local/.flake/home/core.nix.org b/macos.local/.flake/home/core.nix.org
index c4f9722..cec1e4f 100644
--- a/macos.local/.flake/home/core.nix.org
+++ b/macos.local/.flake/home/core.nix.org
@@ -16,7 +16,8 @@ Set up home manager for my user account and import submodules.
home.file.".wallpaper".source = ./.wallpaper;
home.sessionPath = [
"/opt/homebrew/bin"
- "~/.local/bin"
+ "$HOME/.local/bin"
+ "/usr/local/bin"
];
home.stateVersion = "24.05";