From 1058ac025fd3b4d762f366b044826bfb0b67705b Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Wed, 19 Jun 2024 16:54:29 +0200 Subject: [PATCH] try settings to get brightness working --- home.nix | 1 + hosts/cube.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index 54db2ff..ea1fdd7 100644 --- a/home.nix +++ b/home.nix @@ -24,6 +24,7 @@ atkinson-hyperlegible brightnessctl curl + ddcutil distrobox dig fd diff --git a/hosts/cube.nix b/hosts/cube.nix index c8903bf..930708f 100644 --- a/hosts/cube.nix +++ b/hosts/cube.nix @@ -95,7 +95,7 @@ isNormalUser = true; name = "muhh"; 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; linger = true; };