summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/commandline.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline.nix b/common/commandline.nix
index 96a0df0..ba537ff 100644
--- a/common/commandline.nix
+++ b/common/commandline.nix
@@ -141,6 +141,7 @@ in {
141 }; 141 };
142 142
143 home.sessionVariables = { 143 home.sessionVariables = {
144 CLICOLOR = "1";
144 EXA_COLORS = let 145 EXA_COLORS = let
145 spec = set: 146 spec = set:
146 lib.concatStringsSep ":" 147 lib.concatStringsSep ":"