Common/eza: use catppuccin theme

This commit is contained in:
Toast 2024-10-24 14:07:49 +02:00
parent 67716baa54
commit 582ac7314a

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{flakeSelf, ...}: {
home-manager = {
users.toast = {
programs.eza = {
@ -7,6 +7,7 @@
git = true;
icons = "auto";
};
xdg.configFile."eza/theme.yml".source = "${flakeSelf.inputs.eza-themes}/themes/catppuccin.yml";
};
};
}