flakes/modules/system/bluetooth.nix
2024-01-17 15:37:48 +07:00

6 lines
86 B
Nix

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