chore: update comment
Chloe 1 month ago 68f136ca 844c3b47
··· 4 4 options.hardware.bluetooth.enable = { 5 5 type = types.bool; 6 6 default = lib.stdenv.hostPlatform.isLinux; 7 7 - description = '' 8 8 - Enable Bluetooth support. 9 9 - ''; 7 7 + description = "Enable Bluetooth support."; 10 8 }; 11 9 12 10 config = {