diff options
| author | Grigory Shipunov | 2022-10-03 13:06:00 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-10-03 13:06:00 +0200 |
| commit | a5a2c6c87cf799d1c90da2a15f1c61aa940d873a (patch) | |
| tree | 64704b058ceb60c599199c967f6e369708790f43 /modules | |
| parent | dcb8b5681434f9c3b0d9010dd2ace959f53bddae (diff) | |
add screen
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/basic-tools.nix | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/basic-tools.nix b/modules/basic-tools.nix index 41ef860..7175e66 100644 --- a/modules/basic-tools.nix +++ b/modules/basic-tools.nix @@ -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" + ''; } |
