flakes/modules/system/bluetooth.nix

7 lines
86 B
Nix
Raw Normal View History

2024-01-17 15:37:48 +07:00
{ ... }: {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}