From 4d09207c08d3f0edb4a5bcaeca4c206d6076bd33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Fri, 23 Aug 2024 08:49:55 +0000 Subject: [PATCH] fix terminal is not setup correctly error --- configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3ada873..2a57f44 100644 --- a/configuration.nix +++ b/configuration.nix @@ -17,6 +17,10 @@ in ./userprogs.nix ]; + environment.sessionVariables = { + TERM = "xterm-256color"; + }; + boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "quasar";