hosts/athame: Weechat relay

This commit is contained in:
kat witch 2021-04-27 15:25:01 +01:00
parent 887b8fb540
commit 54be0dd1f9
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -12,6 +12,7 @@
/key bind meta-c /buffer close
/key bind meta-n /bar toggle nicklist
/key bind meta-b /bar toggle buflist
/relay add weechat 9000
'')
(lib.mkAfter "/matrix connect kat")
];
@ -41,6 +42,7 @@
nicklist = { size_max = 18; };
};
};
relay.network.password = witch.secrets.unscoped.weechat.relay;
urlgrab.default.copycmd = "${pkgs.wl-clipboard}/bin/wl-copy";
plugins.var.python.vimode.copy_clipboard_cmd = "wl-copy";
plugins.var.python.vimode.paste_clipboard_cmd = "wl-paste --no-newline";