pinwheel: Enable experimental bluetooth settings

This commit is contained in:
Alexander Heldt
2023-11-29 15:58:05 +01:00
parent 574f62b3b5
commit 8500692902

View File

@@ -5,8 +5,17 @@ in
{
users.users.alex.extraGroups = [ "audio" ];
hardware.bluetooth = {
enable = true;
settings = {
General = {
Experimental = true;
};
};
};
hardware.pulseaudio.enable = false;
hardware.bluetooth.enable = true;
services.blueman.enable = true;
security.rtkit.enable = true;