mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 13:15:30 +03:00
light: user needs to be in the 'video' group
This commit is contained in:
parent
c78cda2a1a
commit
5cc251df89
1 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,8 @@ in
|
||||||
default = false;
|
default = false;
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Whether to install Light backlight control command and udev rules.
|
Whether to install Light backlight control command
|
||||||
|
and udev rules granting access to members of the "video" group.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue