diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 3e7ec80..c0b3e23 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -362,6 +362,10 @@ in with lib; { ''; onChange = "systemctl --user restart pypr"; }; + # Bluetooth applet + systemd.user.services.blueman-applet = { + Install = { WantedBy = [ "hyprland-session.target" ]; }; + }; ######################### ## SwayNotificationCenter (notifications) #########################