From 9c99fae0b89d131997c9f713ff364040221b7c99 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 15:26:33 -0500 Subject: updates --- apps/spicetify.nix | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 apps/spicetify.nix (limited to 'apps/spicetify.nix') diff --git a/apps/spicetify.nix b/apps/spicetify.nix deleted file mode 100644 index 4177b47..0000000 --- a/apps/spicetify.nix +++ /dev/null @@ -1,20 +0,0 @@ -{ pkgs, lib, inputs, ... }: - -{ - imports = [ inputs.spicetify-nix.homeManagerModules.default ]; - - programs.spicetify = - let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system}; - in - { - enable = true; - enabledExtensions = with spicePkgs.extensions; [ - adblock - hidePodcasts - # shuffle # shuffle+ (special characters are sanitized out of extension names) - ]; - theme = spicePkgs.themes.starryNight; - # colorScheme = ""; - }; -} -- cgit v1.2.3