Add brightnessctl for framework screen.

This commit is contained in:
jay
2025-07-18 09:28:38 -04:00
parent 6e75d84e0a
commit 85e8feda05
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, ... }: {
environment.systemPackages = [
pkgs.brightnessctl
];
}