diff options
author | lassulus <lassulus@lassul.us> | 2022-09-19 11:24:47 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-09-19 11:24:47 +0200 |
commit | 75b4732dbe325dc64466e7643d464fcc7641d1d5 (patch) | |
tree | 2c4adbd466537d833cdb059d7ddca62c2ac2fe54 /tv/3modules/im.nix | |
parent | ac8dba790b69169973d2c2f67f2ca458d49f144a (diff) | |
parent | faba69f10980c0a284703a466d8b4b37532d4a19 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/3modules/im.nix')
-rw-r--r-- | tv/3modules/im.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/im.nix b/tv/3modules/im.nix index 8cb1375..e98a573 100644 --- a/tv/3modules/im.nix +++ b/tv/3modules/im.nix @@ -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 |