From 343e485df4f6c6e34f62d3eb49b3224fb145cc39 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Tue, 15 Aug 2023 17:44:53 +1200 Subject: [PATCH] replaced blueman with bluetuith --- system/common/opt/bluetooth.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/system/common/opt/bluetooth.nix b/system/common/opt/bluetooth.nix index f17f5f6..f8eb579 100644 --- a/system/common/opt/bluetooth.nix +++ b/system/common/opt/bluetooth.nix @@ -2,8 +2,11 @@ { hardware.bluetooth.enable = true; - services.blueman.enable = true; - environment.systemPackages = [ - pkgs.galaxy-buds-client + + # services.blueman.enable = true; + + environment.systemPackages = with pkgs; [ + galaxy-buds-client + bluetuith ]; }