1 { config, lib, pkgs, ... }:
6 cfg = config.programs.light;
15 description = lib.mdDoc ''
16 Whether to install Light backlight control command
17 and udev rules granting access to members of the "video" group.
23 config = mkIf cfg.enable {
24 environment.systemPackages = [ pkgs.light ];
25 services.udev.packages = [ pkgs.light ];