pantheon/modules/hardware/bluetooth.nix
2025-03-31 04:41:56 +08:00

6 lines
77 B
Nix

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