NixOSDots/modules/nixos/desktop/bluetooth.nix
2026-03-05 22:23:09 +01:00

15 lines
188 B
Nix

{
hardware.bluetooth = {
enable = true;
settings = {
General = {
Experimental = true;
};
Policy = {
AutoEnable = true;
};
}:
};
}