mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
weechat, terminfo and tmux
This commit is contained in:
parent
8420b15757
commit
41b3b9cf14
7 changed files with 23 additions and 4 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue