feat(ops/nixos/camden): Enable support for mosh
This commit is contained in:
parent
4fed63d892
commit
5bfd2f70ad
1 changed files with 2 additions and 0 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue