about summary refs log tree commit diff stats
path: root/nix-conf
diff options
context:
space:
mode:
Diffstat (limited to 'nix-conf')
-rw-r--r--nix-conf/home/includes/common.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 339d470..acae580 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -140,7 +140,8 @@ in
   programs.eza = {
     enable = true;
     git = true;
-    icons = true;
+    # TODO remove when 24.11 is released
+    icons = if  builtins.substring 0 5 lib.version == "24.05" then true else "auto";
     enableBashIntegration = false;
     enableZshIntegration = false;
     enableFishIntegration = false;