Skip to content

Commit

Permalink
fix: eza.icons property must be a string now
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 20, 2024
1 parent 5e1cb45 commit 8413abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home-manager/mixins/console/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
eza = {
enable = true;
enableFishIntegration = true;
icons = true;
icons = "auto";
};
fish = {
enable = true;
Expand Down

0 comments on commit 8413abe

Please sign in to comment.