add screen
This commit is contained in:
parent
dcb8b56814
commit
a5a2c6c87c
1 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue