diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/optional/misc.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 2695098..4f4f571 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -29,9 +29,10 @@ plugins = with availablePlugins; [ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; - + scripts = with pkgs.weechatScripts; [ + wee-slack + ]; }; - extraBuildInputs = [ python311Packages.websocket-client ]; }) ]; } |