spotifyd: enable withKeyring by default
This is a standard feature described in documentation and very useful in configuring spotify declaratively without leaking secrets
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
withPortAudio ? stdenv.isDarwin,
|
||||
portaudio,
|
||||
withMpris ? stdenv.isLinux,
|
||||
withKeyring ? false,
|
||||
withKeyring ? true,
|
||||
dbus,
|
||||
nix-update-script,
|
||||
testers,
|
||||
|
||||
Reference in New Issue
Block a user