summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--modules/user-interface.nix9
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/user-interface.nix b/modules/user-interface.nix
index 7c2e31c6..cba0a271 100644
--- a/modules/user-interface.nix
+++ b/modules/user-interface.nix
@@ -46,7 +46,8 @@ in
     fish # for emacs-fish-completion
     emacsPackage
     editorScript
-    termite
+
+    xst # st, but with support for XResources
 
     lxappearance
 
@@ -84,11 +85,7 @@ in
 
   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 [];