replaced blueman with bluetuith
This commit is contained in:
parent
5d49bab4d3
commit
343e485df4
1 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue