mirror of
https://github.com/kmein/niveum
synced 2026-03-20 12:01:06 +01:00
fix(spotifyd): disable dbus
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
# mpris is a dbus service for controlling all music players with e.g. playerctl
|
||||||
|
# I do not need this, because I only interact with the service via Spotify Connect
|
||||||
|
# otherẃise it will pull in DBus which fails without X11
|
||||||
|
spotifyd = pkgs.spotifyd.overrideAttrs {withMPris = false;};
|
||||||
|
};
|
||||||
|
|
||||||
services.spotifyd = {
|
services.spotifyd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|||||||
Reference in New Issue
Block a user