replaced blueman with bluetuith

This commit is contained in:
ooks-io 2023-08-15 17:44:53 +12:00
parent 5d49bab4d3
commit 343e485df4

View file

@ -2,8 +2,11 @@
{ {
hardware.bluetooth.enable = true; hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = [ # services.blueman.enable = true;
pkgs.galaxy-buds-client
environment.systemPackages = with pkgs; [
galaxy-buds-client
bluetuith
]; ];
} }