···88 options = {
99 hardware.brillo = {
1010 enable = mkEnableOption (lib.mdDoc ''
1111- Enable brillo in userspace.
1212- This will allow brightness control from users in the video group.
1111+ brillo in userspace.
1212+ This will allow brightness control from users in the video group
1313 '');
1414 };
1515 };
1616-17161817 config = mkIf cfg.enable {
1918 services.udev.packages = [ pkgs.brillo ];
+1-1
nixos/modules/hardware/ubertooth.nix
···1010 };
1111in {
1212 options.hardware.ubertooth = {
1313- enable = mkEnableOption (lib.mdDoc "Enable the Ubertooth software and its udev rules.");
1313+ enable = mkEnableOption (lib.mdDoc "Ubertooth software and its udev rules");
14141515 group = mkOption {
1616 type = types.str;
···6868{
6969 options = {
7070 services.exhibitor = {
7171- enable = mkOption {
7272- type = types.bool;
7373- default = false;
7474- description = lib.mdDoc ''
7575- Whether to enable the exhibitor server.
7676- '';
7777- };
7171+ enable = mkEnableOption (lib.mdDoc "exhibitor server");
7272+7873 # See https://github.com/soabase/exhibitor/wiki/Running-Exhibitor for what these mean
7974 # General options for any type of config
8075 port = mkOption {
···99 options = {
1010 services.samba-wsdd = {
1111 enable = mkEnableOption (lib.mdDoc ''
1212- Enable Web Services Dynamic Discovery host daemon. This enables (Samba) hosts, like your local NAS device,
1212+ Web Services Dynamic Discovery host daemon. This enables (Samba) hosts, like your local NAS device,
1313 to be found by Web Service Discovery Clients like Windows.
14141515 ::: {.note}
···365365 If you enable this option the
366366 `networkmanager_strongswan` plugin will be added to
367367 the {option}`networking.networkmanager.plugins` option
368368- so you don't need to to that yourself.
368368+ so you don't need to do that yourself.
369369 '';
370370 };
371371