more bluetooth config

This commit is contained in:
twoneis 2024-01-25 17:48:36 +01:00
parent a7049dcc52
commit 6f8e981659

View file

@ -43,6 +43,11 @@
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;
settings = {
General = {
Experimental = true;
};
};
}; };
services.blueman.enable = true; services.blueman.enable = true;