From 2955fe6cbcdd4386979e086b7690466f65556114 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 10 Jul 2017 15:14:50 +0200 Subject: machines/katara: add TERM to the environment --- machines/profpatsch/katara.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 9c5479b3..2d6cce63 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -272,6 +272,8 @@ in { #TODO add as nixpkg export PATH+=":$HOME/scripts" #add utility scripts export EDITOR=emacsclient + export TERMINAL=${lilyterm}/bin/lilyterm + export TERM="$TERMINAL" ${xorg.xset}/bin/xset r rate 250 35 -- cgit 1.4.1