Personal-use NixOS configuration
at main 7 lines 79 B view raw
1{ 2 hardware.bluetooth = { 3 enable = true; 4 5 powerOnBoot = false; 6 }; 7}