Common/eza: set group option

This commit is contained in:
Toast 2025-07-30 02:53:52 +02:00
parent 5fc8c72a51
commit fb41beb270

View file

@ -10,6 +10,9 @@
enableBashIntegration = true; enableBashIntegration = true;
git = true; git = true;
icons = "auto"; icons = "auto";
extraOptions = [
"--group"
];
}; };
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml"; xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
}; };