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
|
||||
man-pages
|
||||
wlsunset
|
||||
screen
|
||||
];
|
||||
|
||||
nix = {
|
||||
|
@ -87,4 +88,14 @@
|
|||
|
||||
programs.iftop.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