all repos — nixfiles @ 20dad9578935f0894cf14311cbabfc1f0ff27fbd

System and user configuration, managed by nix and home-manager

user-interface: switch terminal to xst
Alan Pearce alan@alanpearce.eu
Mon, 16 Sep 2019 16:51:32 +0200
commit

20dad9578935f0894cf14311cbabfc1f0ff27fbd

parent

6e95ba073f09f9c85b0ec4b392f54e9f8c881f96

1 files changed, 3 insertions(+), 6 deletions(-)

jump to
M modules/user-interface.nixmodules/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 [];