fix(wm): catppuccin options got renamed 😔😔😔😔😔😔😔

This commit is contained in:
etwas 2024-12-19 16:16:25 +01:00
parent 473cb106af
commit a4e90abe91
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
4 changed files with 17 additions and 8 deletions

View file

@ -8,7 +8,5 @@
pull.rebase = true; pull.rebase = true;
}; };
delta.catppuccin.enable = true;
}; };
} }

View file

@ -1,6 +1,5 @@
{ {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
catppuccin.enable = true;
}; };
} }

17
home/wm/catppuccin.nix Normal file
View file

@ -0,0 +1,17 @@
{
catppuccin = {
gtk = {
enable = true;
size = "compact";
tweaks = [ "rimless" ];
};
swaylock.enable = true;
git.delta.enable = true;
btop.enable = true;
alacritty.enable = true;
};
}

View file

@ -2,11 +2,6 @@
{ {
gtk = { gtk = {
enable = true; enable = true;
catppuccin = {
enable = true;
size = "compact";
tweaks = [ "rimless" ];
};
font = { font = {
name = "Roboto Condensed"; name = "Roboto Condensed";
size = 10; size = 10;