feat: Refine eza options to show icons
This commit is contained in:
parent
307f52387d
commit
80e26c8537
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ in {
|
||||||
(lib.mkIf cfg.enable {
|
(lib.mkIf cfg.enable {
|
||||||
programs.eza = {
|
programs.eza = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
colors = "auto";
|
||||||
|
icons = "auto";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.mkIf (cfg.enable && fish-cfg.enable) {
|
(lib.mkIf (cfg.enable && fish-cfg.enable) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue