Moved spotifyd config to user-level
This commit is contained in:
parent
06c5146ddc
commit
fcad63518c
|
@ -1,3 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
aa.isHeadless = false;
|
aa.isHeadless = false;
|
||||||
|
services.spotifyd = {
|
||||||
|
enable = true;
|
||||||
|
settings.global.bitrate = 320;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -145,8 +145,6 @@
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
||||||
services.spotifyd.enable = true;
|
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
Loading…
Reference in a new issue