summaryrefslogtreecommitdiff
path: root/apps/spicetify.nix
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 15:26:33 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-20 15:26:33 -0500
commit9c99fae0b89d131997c9f713ff364040221b7c99 (patch)
tree6e6ac1447abeaac41e85b2d1d83b843578ad2f9c /apps/spicetify.nix
parentd96a17e76af7415296bf2f0b33bc8f233e9d5b5a (diff)
updates
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 = "";
- };
-}