feat(ops/nixos/camden): Enable support for mosh

This commit is contained in:
Vincent Ambo 2020-02-17 00:06:55 +00:00
parent 4fed63d892
commit 5bfd2f70ad

View file

@ -81,6 +81,8 @@ in pkgs.lib.fix(self: {
# System-wide application setup
programs.fish.enable = true;
programs.mosh.enable = true;
environment.systemPackages =
# programs from the depot
(with pkgs; [