Common/eza: remove workaround for 24.05
This commit is contained in:
parent
fc51305ad6
commit
7c98655a99
1 changed files with 1 additions and 4 deletions
|
|
@ -9,10 +9,7 @@
|
|||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
git = true;
|
||||
icons =
|
||||
if config.system.nixos.release == "24.05"
|
||||
then true
|
||||
else "auto";
|
||||
icons = "auto";
|
||||
};
|
||||
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue