From cebca790dfe678347899a59f12c36e4a071771e1 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 18 Apr 2024 20:36:29 -0700 Subject: Add weechat options --- hosts/common/optional/misc.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'hosts/common/optional/misc.nix') diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 60565a9..03d112a 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -23,6 +23,12 @@ radeontop speedtest-cli sshfs - weechat + (weechat.override { + configure = { availablePlugins, ...}: { + plugins = with availablePlugins; [ + (perl.withPackages(p: [ p.PodParser ])) + ] ++ [ python ]; + }; + }) ]; } -- cgit v1.2.3