add screen

This commit is contained in:
oxapentane - 2022-10-02 16:32:25 +02:00
parent b021adad96
commit 70c7c2067b
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -45,6 +45,7 @@ in
git
htop
tmux
screen
(vim_configurable.override {
guiSupport = false;
luaSupport = false;
@ -86,6 +87,16 @@ in
users.motd = if config.networking.hostName == "data-hoarder" then prodMotd else regMotd;
programs.screen.screenrc = ''
defscrollback 10000
startup_message off
hardstatus on
hardstatus alwayslastline
hardstatus string "%w"
'';
dump-dvb.stopsJson = "${pkgs.stops}/stop/all.json";
dump-dvb.graphJson = "${pkgs.stops}/graph/all.json";
}