From 0ccb0cb1b9fa12019178d6320165206bc0ff3b59 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Sat, 14 Sep 2024 20:50:13 -0400 Subject: [PATCH] spicetify, don't use alias --- hosts/gerg-desktop/spicetify.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/gerg-desktop/spicetify.nix b/hosts/gerg-desktop/spicetify.nix index af3261d..8589db0 100644 --- a/hosts/gerg-desktop/spicetify.nix +++ b/hosts/gerg-desktop/spicetify.nix @@ -10,11 +10,10 @@ in enabledCustomApps = builtins.attrValues { inherit (spicePkgs.apps) lyricsPlus ncsVisualizer; }; enabledExtensions = builtins.attrValues { inherit (spicePkgs.extensions) - adblock + adblockify hidePodcasts shuffle - #betterGenres broken - + betterGenres ; }; theme = spicePkgs.themes.dribbblish;