1
0
Fork 0

Hope mpdris works this way

This commit is contained in:
Malte Brandy 2020-05-11 23:53:38 +02:00
parent c1e602424f
commit 0b087a3710
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -12,11 +12,6 @@
}
'';
};
mpdris2.enable = true;
};
systemd.user.services.mpdris2 = {
Unit.Type = "dbus";
Unit.Requires = [ "dbus.service" ];
Install.WantedBy = [ "default.target" ];
mpdris2 = { enable = true; };
};
}