l 2 weechat: add mosh to pkgs

This commit is contained in:
lassulus 2016-02-21 14:31:43 +01:00
parent ae79a451c2
commit afff46605b

View file

@ -4,6 +4,7 @@ let
inherit (config.krebs.lib) genid;
in {
krebs.per-user.chat.packages = with pkgs; [
mosh
tmux
weechat
];