profiles/all-hardware.nix: Add modules for integrated displays

Namely, this is used by the pinebook's display
wip/little-gl
Samuel Dionne-Riel 3 years ago
parent 5bc36c1b30
commit a8af02fe6d
  1. 9
      nixos/modules/profiles/all-hardware.nix

@ -67,6 +67,15 @@ in
# PWM for the backlight
"pwm-sun4i"
# Misc. uncategorized hardware
# Used for some platform's integrated displays
"panel-simple"
"pwm-bl"
# Misc "weak" dependencies
"analogix-anx6345" # For DP or eDP (e.g. integrated display)
];
# Include lots of firmware.

Loading…
Cancel
Save