Add lots of missing option types
This commit is contained in:
@@ -9,6 +9,7 @@ with pkgs.lib;
|
||||
options = {
|
||||
|
||||
hardware.bluetooth.enable = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
description = "Whether to enable support for Bluetooth.";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user