screen config

This commit is contained in:
Daniel Langbein 2023-10-05 12:40:35 +02:00
parent abf56b1de8
commit 2bc2192d13
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -7,4 +7,9 @@
screen screen
]; ];
}; };
programs.screen.screenrc = ''
defscrollback 10000
#startup_message off
'';
} }