dustbowl: add mpris-proxy
This commit is contained in:
parent
d62da025bc
commit
f909927bce
1 changed files with 13 additions and 0 deletions
|
|
@ -274,6 +274,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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