profiles/gui: Weechat key bindings

This commit is contained in:
kat witch 2021-03-27 03:01:15 +00:00
parent ab2c4053be
commit 2eadee0323
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -9,11 +9,18 @@
};
programs.weechat = {
enable = true;
init = lib.mkBefore ''
init = lib.mkMerge [
(lib.mkBefore ''
/server add freenode athame.kittywit.ch/5001 -ssl -autoconnect
/server add espernet athame.kittywit.ch/5001 -ssl -autoconnect
/matrix server add kat kittywit.ch
'';
/key bind meta-g /go
/key bind meta-c /buffer close
/key bind meta-n /bar toggle nicklist
/key bind meta-b /bar toggle buflist
'')
(lib.mkAfter "/matrix connect kat")
];
packageUnwrapped = pkgs.unstable.weechat-unwrapped;
homeDirectory = "${config.xdg.dataHome}/weechat";
plugins.python = {