modules/bluetooth: fix blueman-applet service config
This commit is contained in:
parent
757dceeec3
commit
ecf15efb0e
|
@ -23,6 +23,18 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
home-manager.users."${config.pub-solar.user.name}" = {
|
||||||
|
services.blueman-applet.enable = true;
|
||||||
|
systemd.user.services.blueman-applet = {
|
||||||
|
Unit = {
|
||||||
|
BindsTo = ["sway-session.target"];
|
||||||
|
After = lib.mkForce ["sway-session.target"];
|
||||||
|
Requires = lib.mkForce [ ];
|
||||||
|
};
|
||||||
|
Install.WantedBy = [ "sway-session.target" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.etc."wireplumber/bluetooth.lua.d/51-bluez-config.lua" = {
|
environment.etc."wireplumber/bluetooth.lua.d/51-bluez-config.lua" = {
|
||||||
text = ''
|
text = ''
|
||||||
bluez_monitor.properties = {
|
bluez_monitor.properties = {
|
||||||
|
|
Loading…
Reference in a new issue