From 484bddd03b45bea36df0cf1ac277725971197719 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 19 Jul 2025 00:12:01 +0200 Subject: [PATCH] spotifyd: set pipewire backend --- modules/services/spotifyd.mod.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/services/spotifyd.mod.nix b/modules/services/spotifyd.mod.nix index 396582f..65a1906 100644 --- a/modules/services/spotifyd.mod.nix +++ b/modules/services/spotifyd.mod.nix @@ -10,8 +10,7 @@ in { services.spotifyd = mkIf isGraphical { enable = true; settings = { - }; - config = { + backend = "pipe"; }; }; }