Common/eza: set group option
This commit is contained in:
parent
5fc8c72a51
commit
fb41beb270
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue