light: user needs to be in the 'video' group

Changed files
+2 -1
nixos
modules
programs
+2 -1
nixos/modules/programs/light.nix
···
default = false;
type = types.bool;
description = ''
-
Whether to install Light backlight control command and udev rules.
'';
};
};
···
default = false;
type = types.bool;
description = ''
+
Whether to install Light backlight control command
+
and udev rules granting access to members of the "video" group.
'';
};
};