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 ];