home: ssh: move 'mosh' configuration

This commit is contained in:
Bruno BELANYI 2023-12-07 14:31:32 +00:00
parent 0b9c2309da
commit 0164d12087
2 changed files with 13 additions and 2 deletions

View file

@ -20,7 +20,6 @@ in
config.home.packages = with pkgs; lib.mkIf cfg.enable ([
fd
file
mosh
ripgrep
] ++ cfg.additionalPackages);
}