spotifyd: set pipewire backend
This commit is contained in:
parent
0fa9bee865
commit
484bddd03b
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ in {
|
||||||
services.spotifyd = mkIf isGraphical {
|
services.spotifyd = mkIf isGraphical {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
};
|
backend = "pipe";
|
||||||
config = {
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue