From cbca1731f10f3b31cddbd2cc30051cbfc96a1ec6 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 11 May 2024 22:19:04 -0400 Subject: [PATCH] sway: autostart blueman-applet --- homeManagerModules/desktop/sway/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/homeManagerModules/desktop/sway/default.nix b/homeManagerModules/desktop/sway/default.nix index c90c862f..567d6685 100644 --- a/homeManagerModules/desktop/sway/default.nix +++ b/homeManagerModules/desktop/sway/default.nix @@ -339,6 +339,7 @@ {command = "${lib.getExe pkgs.gammastep} -l 31.1:-94.1";} # TODO: automatic locations {command = "${pkgs.mate.mate-polkit}/libexec/polkit-mate-authentication-agent-1";} {command = ''${lib.getExe' pkgs.networkmanagerapplet "nm-applet"}'';} + {command = ''${lib.getExe' pkgs.blueman "blueman-applet"}'';} {command = ''${lib.getExe' pkgs.swayosd "swayosd-server"}'';} {command = ''${lib.getExe' pkgs.playerctl "playerctld"}'';} {command = ''${lib.getExe' pkgs.wl-clipboard "wl-paste"} --type image --watch ${lib.getExe pkgs.cliphist} store'';}