Enable mosh.

Mosh gives me the ability to deal with the fact that my connection over
my own wifi is dropping packets for up to 10 seconds at a time.
This commit is contained in:
Eli Ribble 2024-08-15 21:31:37 -07:00
parent 6271f38fff
commit e2ff975a7c
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@
# enable = true; # enable = true;
# enableSSHSupport = true; # enableSSHSupport = true;
# }; # };
programs.mosh.enable = true;
# Make neovim the default editor # Make neovim the default editor
programs.neovim.enable = true; programs.neovim.enable = true;