NixOS 24.05: updated screen config

This commit is contained in:
Daniel Langbein 2024-07-12 23:05:22 +02:00
parent e74a116d19
commit 3686c62476

View File

@ -4,13 +4,15 @@
packages = with pkgs; [ packages = with pkgs; [
btop # Terminal resource monitor btop # Terminal resource monitor
htop htop
screen # Terminal multiplexer #screen # Terminal multiplexer
]; ];
}; };
# Terminal multiplexer
programs.screen.enable = true;
programs.screen.screenrc = '' programs.screen.screenrc = ''
defscrollback 10000 defscrollback 10000
#startup_message off startup_message off
''; '';
# Small storage space savings. # Small storage space savings.