Blueman as service
This commit is contained in:
parent
6f39ba2153
commit
34d156131f
|
@ -362,6 +362,10 @@ in with lib; {
|
||||||
'';
|
'';
|
||||||
onChange = "systemctl --user restart pypr";
|
onChange = "systemctl --user restart pypr";
|
||||||
};
|
};
|
||||||
|
# Bluetooth applet
|
||||||
|
systemd.user.services.blueman-applet = {
|
||||||
|
Install = { WantedBy = [ "hyprland-session.target" ]; };
|
||||||
|
};
|
||||||
#########################
|
#########################
|
||||||
## SwayNotificationCenter (notifications)
|
## SwayNotificationCenter (notifications)
|
||||||
#########################
|
#########################
|
||||||
|
|
Loading…
Reference in New Issue