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; [
btop # Terminal resource monitor
htop
screen # Terminal multiplexer
#screen # Terminal multiplexer
];
};
# Terminal multiplexer
programs.screen.enable = true;
programs.screen.screenrc = ''
defscrollback 10000
#startup_message off
startup_message off
'';
# Small storage space savings.