summaryrefslogtreecommitdiff
path: root/apps/spicetify.nix
diff options
context:
space:
mode:
Diffstat (limited to 'apps/spicetify.nix')
-rw-r--r--apps/spicetify.nix20
1 files changed, 0 insertions, 20 deletions
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 = "";
- };
-}