From a4e90abe91a0aeea9eadf0bd721bea10e9989304 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 19 Dec 2024 16:16:25 +0100 Subject: [PATCH] =?UTF-8?q?fix(wm):=20catppuccin=20options=20got=20renamed?= =?UTF-8?q?=20=F0=9F=98=94=F0=9F=98=94=F0=9F=98=94=F0=9F=98=94=F0=9F=98=94?= =?UTF-8?q?=F0=9F=98=94=F0=9F=98=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/essentials/git.nix | 2 -- home/wm/alacritty.nix | 1 - home/wm/catppuccin.nix | 17 +++++++++++++++++ home/wm/gtk.nix | 5 ----- 4 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 home/wm/catppuccin.nix 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;