tv weechat-tv: init

This commit is contained in:
tv 2022-09-14 21:34:29 +02:00
parent 5de8b8530c
commit 432325be09
2 changed files with 10 additions and 1 deletions

View File

@ -71,7 +71,7 @@ in {
export PATH=${lib.makeSearchPath "bin" [
pkgs.tmux
pkgs.gnugrep
pkgs.weechat
pkgs.weechat-tv
]}
if tmux list-sessions -F\#S | grep -q '^im''$'; then
exec tmux attach -t im

View File

@ -0,0 +1,9 @@
{ lib, pkgs }:
pkgs.wrapWeechat pkgs.weechat-unwrapped {
configure = { availablePlugins, ... }: {
scripts = [
pkgs.weechatScripts.weechat-matrix
];
};
}