fix screen configuration
This commit is contained in:
parent
e2874825b1
commit
44da04fda3
|
@ -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}]'
|
||||
|
|
Loading…
Reference in a new issue