summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-01-02 21:22:25 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-01-02 21:22:25 +0100
commitb80a4d0d82b176d060ba103b4d9543774703a0fb (patch)
tree8c67eea4f085c988f9a5f100974a9b8a581ac0a0
parent73be26cafb1c4798b8cf987041375b70f871a592 (diff)
desktop : reword comment
-rw-r--r--nixos/desktop.nix2
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"