FIX intel backlights are only on laptops

This commit is contained in:
Nathan Dwarshuis 2022-07-21 23:27:18 -04:00
parent e541755557
commit fa9427b988
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ features:
optimus: {{ .features.optimus }} optimus: {{ .features.optimus }}
vpn: true vpn: true
bluetooth: true bluetooth: true
intel_backlight: true intel_backlight: {{ .laptop }}
clevo_backlight: {{ .features.clevo }} clevo_backlight: {{ .features.clevo }}
wireless: {{ .laptop }} wireless: {{ .laptop }}
virtualbox: {{ .features.virtualbox }} virtualbox: {{ .features.virtualbox }}