home/eza: enable icons

This commit is contained in:
Oystein Kristoffer Tveit 2025-04-25 11:22:03 +02:00
parent 655438a544
commit 342b08c4a2
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146

@ -2,6 +2,7 @@
{
programs.eza = {
enable = true;
icons = "auto";
enableNushellIntegration = config.programs.nushell.enable;
};
}