diff --git a/configuration.nix b/configuration.nix index a06f8dd..74e4a40 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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}]'