diff options
Diffstat (limited to 'modules/hm/programs/spicetify.nix')
| -rw-r--r-- | modules/hm/programs/spicetify.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/hm/programs/spicetify.nix b/modules/hm/programs/spicetify.nix deleted file mode 100644 index 9d66181..0000000 --- a/modules/hm/programs/spicetify.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ pkgs, inputs, ... }: - -let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}; -in { - imports = [ - inputs.spicetify-nix.homeManagerModules.spicetify - ]; - - programs.spicetify = { - enable = true; - - enabledExtensions = with spicePkgs.extensions; [ - adblockify - hidePodcasts - ]; - - theme = spicePkgs.themes.catppuccin; - colorScheme = "mocha"; - }; -} |
