mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-17 20:43:03 +01:00
minus: Add spotifyd
This commit is contained in:
parent
fde832a8d7
commit
edc493f7a0
1 changed files with 9 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue