eza.nix: switch icons to "auto"

This commit is contained in:
Charlie Root 2024-10-21 11:55:24 +02:00
commit e55f15a60f
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -14,7 +14,7 @@ in {
enable = true; enable = true;
package = pkgs.eza; package = pkgs.eza;
git = true; git = true;
icons = true; icons = "auto";
enableNushellIntegration = true; enableNushellIntegration = true;
enableBashIntegration = true; enableBashIntegration = true;
enableFishIntegration = true; enableFishIntegration = true;