nixos/programs: enable mosh

This commit is contained in:
2026-04-18 18:05:43 -04:00
parent e846acfbef
commit 76c68c39a4
+2
View File
@@ -34,6 +34,8 @@ in
}; };
nix-ld.enable = true; nix-ld.enable = true;
mosh.enable = true;
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [