From 8dc54c356515bd8f6298fe6b554ef9adf9f2c5a8 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 17 Mar 2025 14:02:06 +1100 Subject: [PATCH] user/spicetify: remove gradient --- modules/user/spicetify.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/user/spicetify.nix b/modules/user/spicetify.nix index a1439a6..998f9f6 100644 --- a/modules/user/spicetify.nix +++ b/modules/user/spicetify.nix @@ -11,6 +11,9 @@ in theme = spicePkgs.themes.catppuccin; colorScheme = config.catppuccin.flavor; + enabledSnippets = with spicePkgs.snippets; [ + removeGradient + ]; enabledCustomApps = with spicePkgs.apps; [ lyricsPlus ];