add screen

This commit is contained in:
Grigory Shipunov 2022-10-03 13:06:00 +02:00
parent dcb8b56814
commit a5a2c6c87c
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -24,6 +24,7 @@
nnn nnn
man-pages man-pages
wlsunset wlsunset
screen
]; ];
nix = { nix = {
@ -87,4 +88,14 @@
programs.iftop.enable = true; programs.iftop.enable = true;
programs.mosh.enable = true; programs.mosh.enable = true;
programs.screen.screenrc = ''
defscrollback 10000
startup_message off
hardstatus on
hardstatus alwayslastline
hardstatus string "%w"
'';
} }