{ pkgs, inputs, lib, ... }: let spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.hostPlatform.system}; in { programs.spicetify = { enable = true; enabledExtensions = with spicePkgs.extensions; [ adblock hidePodcasts shuffle beautifulLyrics ]; theme = lib.mkForce spicePkgs.themes.text; }; }