minus: Add spotifyd

This commit is contained in:
traxys 2024-04-02 22:37:40 +02:00
parent fde832a8d7
commit edc493f7a0

View file

@ -13,6 +13,15 @@
streamlink-twitch-gui-bin
];
services.spotifyd = {
enable = true;
settings.global = {
use_mpris = true;
bitrate = 320;
device_type = "t_v";
};
};
home.sessionVariables = {
SDL_VIDEODRIVER = "wayland";
QT_QPA_PLATFORM = "wayland";