Hi There 👋
Welcome to my blog
I use a Slimbook Hero laptop, based on Intel QC71. There is a kernel module available for these, though Slimbook develops their own patches for their own devices. The original kernel module is packaged in NixOS, and though I did try to package the fork as an essential copy-paste, the PR didn’t garner any interest. So there are two ways to package it for yourself. Simple The simplest one is to create a derivation (lib.mkDerivation), pretty much like the original for the other kernel module, and call it (with pkgs.callPackage). You must pass the kernel version you are using so the module is compiled against it properly. Something like this: ...