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