home: packages: add 'mosh'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2022-02-07 15:00:52 +01:00
parent 61cd9cb1a2
commit 6d1d0c9488

View file

@ -19,6 +19,7 @@ in
config.home.packages = with pkgs; lib.mkIf cfg.enable ([
file
mosh
rr
termite.terminfo
] ++ cfg.additionalPackages);