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 ]; }