enable mosh

This commit is contained in:
Shelvacu
2025-04-24 14:34:16 -07:00
committed by Shelvacu on nix-on-droid
parent 4730d99633
commit 1cf8fc9c8a

View File

@@ -16,6 +16,8 @@ lib.optionalAttrs (vacuModuleType == "nixos") {
nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ];
# nixpkgs.overlays = [ inputs.self.overlays.default ];
programs.mosh.enable = true;
console = {
keyMap = lib.mkDefault "us";
};