mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: enable spotify-player
This commit is contained in:
parent
d19de29379
commit
9b074ef1c3
3 changed files with 10 additions and 5 deletions
|
@ -2,9 +2,12 @@
|
|||
{
|
||||
services.spotifyd = {
|
||||
enable = true;
|
||||
# settings = {global = 320;};
|
||||
settings = {
|
||||
global = {
|
||||
bitrate = 320;
|
||||
use_mpris = true;
|
||||
device_type = "computer";
|
||||
};
|
||||
};
|
||||
};
|
||||
environment.systemPackages = [
|
||||
pkgs.spotify-player
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue