From 5cc251df89d0396202a4bf3fba8a3a133485265c Mon Sep 17 00:00:00 2001
From: Will Dietz <w@wdtz.org>
Date: Sun, 30 Sep 2018 21:16:56 -0500
Subject: [PATCH] light: user needs to be in the 'video' group

---
 nixos/modules/programs/light.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/nixos/modules/programs/light.nix b/nixos/modules/programs/light.nix
index 93bfda481fe..9f2a03e7e76 100644
--- a/nixos/modules/programs/light.nix
+++ b/nixos/modules/programs/light.nix
@@ -13,7 +13,8 @@ in
         default = false;
         type = types.bool;
         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.
         '';
       };
     };