From 99fdf5373b88198ddea03b5c1a63dfca59ea94b8 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 21 Sep 2022 22:32:03 +0900 Subject: feat(home/messaging): bake libraries into weechat python --- home/profiles/messaging/default.nix | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'home/profiles/messaging') diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 3d8a437..322df5f 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -303,7 +303,19 @@ in ispell element-desktop - weechat + (weechat.override { + configure = { availablePlugins, ... }: { + plugins = [ + (availablePlugins.python.withPackages (ps: with ps; [ + potr + pycrypto + pync + ])) + availablePlugins.perl + availablePlugins.lua + ]; + }; + }) ]; } ]); -- cgit 1.4.1