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:
parent
6271f38fff
commit
e2ff975a7c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue