Blueman as service

This commit is contained in:
Nathan McCarty 2023-06-18 02:50:15 -04:00
parent 6f39ba2153
commit 34d156131f
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 4 additions and 0 deletions

View File

@ -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)
######################### #########################