module: add hardware/backlight

This commit is contained in:
Infinidoge 2022-04-08 18:56:21 -04:00
parent fed04d4028
commit 0d36b46ecc
2 changed files with 24 additions and 0 deletions

View file

@ -21,6 +21,7 @@ in
modules.hardware = {
wireless.enable = mkDefault true;
audio.enable = mkDefault true;
backlight.enable = mkDefault true;
};
services = {