Install mosh (home-manager and system)

This commit is contained in:
NullBite 2024-04-08 01:09:16 -04:00
parent bfedb4a00b
commit 4d55372ef3
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
2 changed files with 6 additions and 0 deletions

View File

@ -101,6 +101,7 @@ in
exec "${pkgs.hyfetch}/bin/neowofetch" "$@"
'';
in [
mosh
btop
htop
fzf

View File

@ -14,6 +14,11 @@ in
};
};
programs.mosh = {
enable = true;
openFirewall = true;
};
services.tailscale.enable = true;
networking.wireguard.enable = true;