diff options
Diffstat (limited to 'modules/home-manager/spicetify.nix')
| -rw-r--r-- | modules/home-manager/spicetify.nix | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/modules/home-manager/spicetify.nix b/modules/home-manager/spicetify.nix deleted file mode 100644 index 41ccb1e..0000000 --- a/modules/home-manager/spicetify.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - config, - lib, - pkgs, - inputs, - ... -}: - -let - spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system}; -in -{ - options.spicetify.enable = lib.mkEnableOption "Enable Spicetify integration"; - config = lib.mkIf config.spicetify.enable { - programs.spicetify = { - enable = true; - enabledSnippets = with spicePkgs.snippets; [ - pointer - sonicDancing - modernScrollbar - nyanCatProgressBar - declutterNowPlayingBar - ]; - - enabledExtensions = with spicePkgs.extensions; [ - keyboardShortcut - ]; - - theme = spicePkgs.themes.sleek; - colorScheme = "Coral"; - }; - }; -} |
