diff options
Diffstat (limited to '')
| -rw-r--r-- | home/profiles/mac.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/mac.nix b/home/profiles/mac.nix index c7cfd3a..2aa369f 100644 --- a/home/profiles/mac.nix +++ b/home/profiles/mac.nix @@ -62,5 +62,9 @@ in SHELL = "${pkgs.fish}/bin/fish"; }; + home.sessionPath = [ + "${config.home.homeDirectory}/.local/bin" + ]; + xdg.enable = true; } |
