dustbowl: remove mpris-proxy
the bluez package already includes a user service for mpris-proxy
This commit is contained in:
parent
fc63e5fa75
commit
8e6260ae7b
1 changed files with 0 additions and 13 deletions
|
|
@ -333,19 +333,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services.mpris-proxy = {
|
|
||||||
description = "Bluetooth MPRIS Proxy";
|
|
||||||
wantedBy = [ "graphical-session.target" ];
|
|
||||||
partOf = [ "graphical-session.target" ];
|
|
||||||
serviceConfig = {
|
|
||||||
ExecStart = ''
|
|
||||||
${pkgs.bluez}/bin/mpris-proxy
|
|
||||||
'';
|
|
||||||
RestartSec = 3;
|
|
||||||
Restart = "always";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.user.services.swayidle = {
|
systemd.user.services.swayidle = {
|
||||||
description = "swayidle idle manager for Wayland";
|
description = "swayidle idle manager for Wayland";
|
||||||
wantedBy = [ "graphical-session.target" ];
|
wantedBy = [ "graphical-session.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue