user-interface: switch terminal to xst
Alan Pearce alan@alanpearce.eu
Mon, 16 Sep 2019 16:51:32 +0200
1 files changed, 3 insertions(+), 6 deletions(-)
jump to
M modules/user-interface.nix → modules/user-interface.nix
@@ -46,7 +46,8 @@ fish # for emacs-fish-completion emacsPackage editorScript - termite + + xst # st, but with support for XResources lxappearance @@ -84,11 +85,7 @@ }; services.devmon.enable = true; - environment.sessionVariables.TERMINAL = "termite"; - # termite sets a custom TERM whose definition isn't installed by - # default. I SSH into too many servers to set this up on every - # single one of them, and some get recreated anyway - environment.sessionVariables.TERM = "xterm-color"; + environment.sessionVariables.TERMINAL = "st"; services.nscd.enable = true; systemd.services.nscd.wantedBy = lib.mkForce [];