fix screen configuration

This commit is contained in:
Daniel Frank 2024-06-17 19:24:20 +02:00
parent e2874825b1
commit 44da04fda3
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -73,13 +73,14 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
git htop lsof mosh nano screen sqlite tcpdump traceroute vim wget
git htop lsof mosh nano sqlite tcpdump traceroute vim wget
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
programs.mtr.enable = true;
# programs.gnupg.agent = { enable = true; enableSSHSupport = true; };
programs.screen.enable = true;
programs.screen.screenrc = ''
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c:%s %{g}]'