From a4b8eb8b264905ae33a15bd4583252d9961bd967 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 16 Oct 2024 15:59:55 +0100 Subject: Set eza icons value according to nixpkgs version --- nix-conf/home/includes/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nix-conf') 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; -- cgit 1.4.1-2-gfad0