spotifyd: set pipewire backend

This commit is contained in:
Bloxx12 2025-07-19 00:12:01 +02:00
commit 484bddd03b
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -10,8 +10,7 @@ in {
services.spotifyd = mkIf isGraphical {
enable = true;
settings = {
};
config = {
backend = "pipe";
};
};
}