diff --git a/home/cli.nix b/home/cli.nix index a516d58..167e470 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -39,4 +39,6 @@ }; xdg.configFile."git".source = "${config.dotfiles.path}/.config/git"; + + home.sessionPath = [ "${config.dotfiles.path}/bin" ]; }