From 1bdd7b41947003ebfc1c37ca75f0dfd6b64c86bd Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Thu, 11 Aug 2022 02:47:58 +0200 Subject: [PATCH] limit journal log to 16 colors --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 6be1f1b..ed7d247 100644 --- a/configuration.nix +++ b/configuration.nix @@ -481,7 +481,7 @@ XDG_CONFIG_HOME = "$HOME/.config"; XDG_DATA_HOME = "$HOME/.local/share"; XDG_CACHE_HOME = "$HOME/.cache"; - NIX_PROFILE = "$XDG_CONFIG_HOME/nix/profile"; + SYSTEMD_COLORS = "16"; }; }