diff --git a/hosts/echidna/home.nix b/hosts/echidna/home.nix index 5539b47..a296332 100644 --- a/hosts/echidna/home.nix +++ b/hosts/echidna/home.nix @@ -26,6 +26,10 @@ outputs.homeManagerModules.rss ]; + home.sessionPath = [ + "$HOME/.local/bin" + ]; + home.packages = with pkgs; [ wl-clipboard libnotify ]; home.stateVersion = "23.05";