try settings to get brightness working

This commit is contained in:
Markus Heurung 2024-06-19 16:54:29 +02:00
parent d758d1c6b0
commit 1058ac025f
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@
atkinson-hyperlegible atkinson-hyperlegible
brightnessctl brightnessctl
curl curl
ddcutil
distrobox distrobox
dig dig
fd fd

View file

@ -95,7 +95,7 @@
isNormalUser = true; isNormalUser = true;
name = "muhh"; name = "muhh";
description = "Markus Heurung"; description = "Markus Heurung";
extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" ]; extraGroups = [ "libvirtd" "qemu-libvirtd" "audio" "input" "networkmanager" "video" "wheel" "plugdev"];
shell = pkgs.fish; shell = pkgs.fish;
linger = true; linger = true;
}; };