eza.nix: switch icons to "auto"
This commit is contained in:
parent
d8952a363c
commit
e55f15a60f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue