diff --git a/home/essentials/git.nix b/home/essentials/git.nix index e23bc4c..f39f9a2 100644 --- a/home/essentials/git.nix +++ b/home/essentials/git.nix @@ -8,7 +8,5 @@ pull.rebase = true; }; - - delta.catppuccin.enable = true; }; } diff --git a/home/wm/alacritty.nix b/home/wm/alacritty.nix index 3653ba8..3700c0e 100644 --- a/home/wm/alacritty.nix +++ b/home/wm/alacritty.nix @@ -1,6 +1,5 @@ { programs.alacritty = { enable = true; - catppuccin.enable = true; }; } diff --git a/home/wm/catppuccin.nix b/home/wm/catppuccin.nix new file mode 100644 index 0000000..72bba05 --- /dev/null +++ b/home/wm/catppuccin.nix @@ -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; + }; +} diff --git a/home/wm/gtk.nix b/home/wm/gtk.nix index 3d530e7..33a4792 100644 --- a/home/wm/gtk.nix +++ b/home/wm/gtk.nix @@ -2,11 +2,6 @@ { gtk = { enable = true; - catppuccin = { - enable = true; - size = "compact"; - tweaks = [ "rimless" ]; - }; font = { name = "Roboto Condensed"; size = 10;