pantheon/configs/hardware/bluetooth.nix
2025-03-27 03:19:25 +08:00

6 lines
77 B
Nix

{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}