weechat, terminfo and tmux

This commit is contained in:
kat witch 2021-03-17 05:43:35 +00:00
parent 8420b15757
commit 41b3b9cf14
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 23 additions and 4 deletions

View file

@ -15,6 +15,17 @@ let
clockSupport = true;
};
weechat = arc.pkgs.wrapWeechat arc.pkgs.weechat-unwrapped {
configure = { availablePlugins, ... }: {
scripts = [ arc.pkgs.weechatScripts.weechat-matrix ];
plugins = [
availablePlugins.perl
(availablePlugins.python.withPackages
(ps: [ ps.potr ps.weechat-matrix ]))
];
};
};
notmuch = super.callPackage ./notmuch { inherit (super) notmuch; };
arc = import sources.arc-nixexprs { pkgs = super; };