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"; }; }; }