Common/eza: use catppuccin theme
This commit is contained in:
parent
67716baa54
commit
582ac7314a
1 changed files with 2 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue