hardware/form: move brightnessctl into laptop

This commit is contained in:
Infinidoge 2023-07-29 18:29:18 -04:00
parent acab26156e
commit 35c7558507
2 changed files with 1 additions and 3 deletions

View file

@ -40,7 +40,7 @@ in
environment = {
variables.LAPTOP = "True";
systemPackages = with pkgs; [ acpi ];
systemPackages = with pkgs; [ acpi brightnessctl ];
};
})