pantheon/configs/hardware/bluetooth.nix
2025-04-10 16:28:33 +08:00

6 lines
77 B
Nix

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