pantheon/systems/modules/hardware/bluetooth.nix
2025-03-16 09:02:27 +08:00

6 lines
77 B
Nix

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