I can change the sound volume with the function keys with no issues, but when I attempt to change the screen brightness, I get prompted for auth for each key press.
This is a Framework 13 AMD running NixOS v25.11.
I can change the sound volume with the function keys with no issues, but when I attempt to change the screen brightness, I get prompted for auth for each key press.
This is a Framework 13 AMD running NixOS v25.11.
Have you set hardware.acpilight.enable = true yet?
No, I have not. Where do I set that?
Just add hardware.acpilight.enable = true; somewhere in your configuration.nix file and run nixos-rebuild switch.
That fixed it.
Thank you ! ! !