mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
NixOS 24.05: updated screen config
This commit is contained in:
parent
e74a116d19
commit
3686c62476
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user