nixos/ddccontrol: add ddcci-driver kernel package
This commit is contained in:
@@ -38,6 +38,9 @@ in
|
||||
boot.kernelModules = [
|
||||
"ddcci_backlight"
|
||||
];
|
||||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.ddcci-driver
|
||||
];
|
||||
# Load the i2c-dev module
|
||||
hardware.i2c = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user