From 23e39481a4c46ffa237a648355f51cc5c1a6de82 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 15 May 2023 02:42:33 +0000 Subject: [PATCH] sway: use `blueberry` instead of gnome-bluetooth blueman-manager and gnome-bluetooth both seem to fail outside of gnome DE --- hosts/modules/gui/sway/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/modules/gui/sway/default.nix b/hosts/modules/gui/sway/default.nix index 1002df21..6b986b41 100644 --- a/hosts/modules/gui/sway/default.nix +++ b/hosts/modules/gui/sway/default.nix @@ -65,9 +65,10 @@ in "swaylock" "swayidle" "wl-clipboard" + "blueberry" # GUI bluetooth manager "mako" # notification daemon # # "pavucontrol" - "gnome.gnome-bluetooth" + # "gnome.gnome-bluetooth" # XXX(2023/05/14): broken "gnome.gnome-control-center" "sway-contrib.grimshot" ]; @@ -83,6 +84,7 @@ in swaylock swayidle wl-clipboard + blueberry mako "gnome.gnome-bluetooth" "gnome.gnome-control-center"