diff --git a/modules/desktop/apps/spotify.nix b/modules/desktop/apps/spotify.nix index f0c1f9f..9ec5ff8 100644 --- a/modules/desktop/apps/spotify.nix +++ b/modules/desktop/apps/spotify.nix @@ -31,6 +31,9 @@ # The displayed device type in Spotify clients. device_type = "computer"; + + # set backend to pulseaudio + backend = "pulseaudio"; }; }; };