aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common')
-rw-r--r--hosts/common/optional/misc.nix8
1 files changed, 7 insertions, 1 deletions
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 ];
+ };
+ })
];
}