From 34d156131fc1e791999a20f23df768f31fe563ea Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sun, 18 Jun 2023 02:50:15 -0400 Subject: [PATCH] Blueman as service --- home-manager/linux/programs/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) 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) #########################