fix(spotify): stop maintaining my own version of spotify
This commit is contained in:
parent
491a3be157
commit
317094d991
2 changed files with 13 additions and 226 deletions
|
|
@ -20,7 +20,19 @@ in {
|
|||
programs.spicetify = {
|
||||
enable = true;
|
||||
theme = spicePkgs.themes.catppuccin;
|
||||
spotifyPackage = pkgs.custom.spotify;
|
||||
spotifyPackage = pkgs.spotify.overrideAttrs {
|
||||
fixupPhase = ''
|
||||
runHook preFixup
|
||||
|
||||
wrapProgramShell $out/share/spotify/spotify \
|
||||
''${gappsWrapperArgs[@]} \
|
||||
--prefix LD_LIBRARY_PATH : "$librarypath" \
|
||||
--prefix PATH : "${pkgs.gnome.zenity}/bin" \
|
||||
--add-flags "--disable-gpu"
|
||||
|
||||
runHook postFixup
|
||||
'';
|
||||
};
|
||||
colorScheme = "mocha";
|
||||
|
||||
enabledExtensions = with spicePkgs.extensions; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue