diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-20 15:26:33 -0500 |
| commit | 9c99fae0b89d131997c9f713ff364040221b7c99 (patch) | |
| tree | 6e6ac1447abeaac41e85b2d1d83b843578ad2f9c /apps/spicetify.nix | |
| parent | d96a17e76af7415296bf2f0b33bc8f233e9d5b5a (diff) | |
updates
Diffstat (limited to 'apps/spicetify.nix')
| -rw-r--r-- | apps/spicetify.nix | 20 |
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 = ""; - }; -} |
