nixos/hardware/bluetooth.nix

7 lines
84 B
Nix
Raw Normal View History

2023-05-17 17:10:18 +01:00
{...}: {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}