diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-01-02 21:22:25 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-01-02 21:22:25 +0100 |
| commit | b80a4d0d82b176d060ba103b4d9543774703a0fb (patch) | |
| tree | 8c67eea4f085c988f9a5f100974a9b8a581ac0a0 /nixos/desktop.nix | |
| parent | 73be26cafb1c4798b8cf987041375b70f871a592 (diff) | |
desktop : reword comment
Diffstat (limited to 'nixos/desktop.nix')
| -rw-r--r-- | nixos/desktop.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/desktop.nix b/nixos/desktop.nix index bf9909f..f4422ab 100644 --- a/nixos/desktop.nix +++ b/nixos/desktop.nix @@ -55,7 +55,7 @@ in { autoRepeatDelay = 200; }; - # Enable all users to change hardware settings (brightness, backlight) + # Allow all users to change hardware settings (brightness, backlight) services.udev.extraRules = '' ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="intel_backlight", MODE="0666", RUN+="${pkgs.coreutils}/bin/chmod a+w /sys/class/backlight/%k/brightness" ACTION=="add", SUBSYSTEM=="leds", KERNEL=="dell::kbd_backlight", MODE="0666", RUN+="${pkgs.coreutils}/bin/chmod a+w /sys/class/leds/%k/brightness" |
