systems/machines/hermes/bluetooth.nix

8 lines
112 B
Nix

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