Common/eza: remove workaround for 24.05

This commit is contained in:
Toast 2024-12-02 12:14:35 +01:00
parent fc51305ad6
commit 7c98655a99

View file

@ -9,10 +9,7 @@
enable = true;
enableBashIntegration = true;
git = true;
icons =
if config.system.nixos.release == "24.05"
then true
else "auto";
icons = "auto";
};
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
};