limit journal log to 16 colors

This commit is contained in:
Michele Guerini Rocco 2022-08-11 02:47:58 +02:00
parent 5817f27ee0
commit 1bdd7b4194
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -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";
};
}