fix(wm): catppuccin options got renamed 😔😔😔😔😔😔😔
This commit is contained in:
parent
473cb106af
commit
a4e90abe91
4 changed files with 17 additions and 8 deletions
|
|
@ -8,7 +8,5 @@
|
||||||
|
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
delta.catppuccin.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
catppuccin.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
17
home/wm/catppuccin.nix
Normal file
17
home/wm/catppuccin.nix
Normal 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;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue