about summary refs log tree commit diff
path: root/modules/user/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2017-09-18 12:54:22 +0100
committerdevhell <devhell@mailfresser.de>2017-09-18 12:56:24 +0100
commiteb479f90cb3197b1aeb182822839bd94c6b60113 (patch)
treed525a667d7e980639b1f06ba43054aa0fdfb089e /modules/user/devhell
parent832d2a2a81f3a94909179dc0573c34103a1889e7 (diff)
devhell/base: Remove setting global TERM
This is messing with some terminal emulators such as termite and xterm
in conjunction with ncmpcpp. Thanks to @aszlig for helping with the
troubleshooting.
Diffstat (limited to 'modules/user/devhell')
-rw-r--r--modules/user/devhell/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/devhell/profiles/base.nix b/modules/user/devhell/profiles/base.nix
index 123da3ef..a374be97 100644
--- a/modules/user/devhell/profiles/base.nix
+++ b/modules/user/devhell/profiles/base.nix
@@ -78,7 +78,6 @@ in {
 
     environment = {
       shells = [ "/run/current-system/sw/bin/zsh" ];
-      sessionVariables.TERM = "xterm-256color";
     };
 
     fonts = {