Skip to content

Commit

Permalink
Use unwrapped instead of normal spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
pietdevries94 committed Jun 29, 2021
1 parent 65e4046 commit c386ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let
extensionString = pipeConcat ((if isDribblish then [ "dribbblish.js" ] else []) ++ enabledExtensions);
customAppsString = pipeConcat enabledCustomApps;
in
pkgs.spotify.overrideAttrs (oldAttrs: rec {
pkgs.spotify-unwrapped.overrideAttrs (oldAttrs: rec {
postInstall=''
touch $out/prefs
mkdir Themes
Expand Down

0 comments on commit c386ede

Please sign in to comment.