1
0
Fork 0

Fix weechat script

This commit is contained in:
Malte Brandy 2021-07-30 20:56:32 +02:00
parent 05fc1ce975
commit 3cb0b72ee9
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -2,13 +2,6 @@
{
home.packages = builtins.attrValues rec {
inherit (pkgs) discord signal-desktop tdesktop dino element-desktop;
weechat = pkgs.writeShellScriptBin "weechat" "ssh -t hera 'tmux -L weechat attach'";
chat = pkgs.writeHaskellScript
{
name = "chat";
bins = [ element-desktop signal-desktop weechat discord tdesktop dino pkgs.kitty ];
} ''
main = mapConcurrently_ Relude.id [ element_desktop, signal_desktop, _Discord, telegram_desktop, kitty "weechat", dino ]
'';
weechat = pkgs.writeShellScriptBin "weechat" "ssh -t hera 'TMUX_TMPDIR=/run/user/1000 tmux -L weechat attach'";
};
}