From 007c6859c1b4ec67714cb2c07594e82b0b9e3a82 Mon Sep 17 00:00:00 2001 From: etwas Date: Thu, 4 Sep 2025 10:02:48 +0200 Subject: [PATCH] fix: catpuccin gtk is finally deprecated --- home/wm/catppuccin.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/wm/catppuccin.nix b/home/wm/catppuccin.nix index 8636c52..469c92c 100644 --- a/home/wm/catppuccin.nix +++ b/home/wm/catppuccin.nix @@ -1,10 +1,10 @@ { catppuccin = { - gtk = { - enable = true; - size = "compact"; - tweaks = [ "rimless" ]; - }; + #gtk = { + # enable = true; + # size = "compact"; + # tweaks = [ "rimless" ]; + #}; btop.enable = true;