fix(spotify): also swap back to unstable

This commit is contained in:
zack 2024-07-27 00:21:12 -04:00
parent 4177fd51e3
commit 4e37634c75
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
3 changed files with 32 additions and 49 deletions

View file

@ -10,7 +10,7 @@
with lib;
with lib.custom; let
cfg = config.apps.music.spotify;
spicePkgs = inputs.spicetify-nix.packages.${system}.default;
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.system};
in {
options.apps.music.spotify = with types; {
enable = mkBoolOpt false "Enable Spotify";