Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Mar 5, 2024
1 parent d52914f commit 3df3cf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/boot-kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@
};
}
{
# recompiling the kernel with this kernel is needed for OpenRGB
name = "NCT6775 driver";
patch = null; # no patch needed if zen-kernel is enabled
extraStructuredConfig = with lib.kernel; {
CONFIG_I2C_NCT6775 = lib.mkForce yes;
I2C_NCT6775 = lib.mkForce yes;
};
}
];
Expand Down

0 comments on commit 3df3cf8

Please sign in to comment.