tv weechat-tv: init
This commit is contained in:
parent
5de8b8530c
commit
432325be09
@ -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
|
||||
|
9
tv/5pkgs/simple/weechat-tv.nix
Normal file
9
tv/5pkgs/simple/weechat-tv.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{ lib, pkgs }:
|
||||
|
||||
pkgs.wrapWeechat pkgs.weechat-unwrapped {
|
||||
configure = { availablePlugins, ... }: {
|
||||
scripts = [
|
||||
pkgs.weechatScripts.weechat-matrix
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user