fix(spotify): also swap back to unstable
This commit is contained in:
parent
4177fd51e3
commit
4e37634c75
3 changed files with 32 additions and 49 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue