adds playerctl support for spotifyd
This commit is contained in:
parent
d488882f45
commit
cb33921e13
2 changed files with 4 additions and 3 deletions
|
|
@ -5,6 +5,7 @@
|
|||
home.packages = with pkgs; [ spotify-tui ];
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
package = pkgs.spotifyd.override { withMpris = true; };
|
||||
settings = {
|
||||
global = {
|
||||
# A command that gets executed and can be used to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue