Add spotifyd package and service (#65092)
Add spotifyd package and service
This commit is contained in:
@@ -18538,6 +18538,12 @@ in
|
||||
|
||||
spectral = qt5.callPackage ../applications/networking/instant-messengers/spectral { };
|
||||
|
||||
spotifyd = callPackage ../applications/audio/spotifyd {
|
||||
withALSA = stdenv.isLinux;
|
||||
withPulseAudio = config.pulseaudio or true;
|
||||
withPortAudio = stdenv.isDarwin;
|
||||
};
|
||||
|
||||
super-productivity = callPackage ../applications/networking/super-productivity { };
|
||||
|
||||
wlc = callPackage ../development/libraries/wlc { };
|
||||
|
||||
Reference in New Issue
Block a user