Framework specific kernel module and disable color dimming in lower power.

This commit is contained in:
jay
2025-07-18 00:25:56 -04:00
parent a70c1a3654
commit 91bd15c5c6

View File

@@ -7,6 +7,7 @@
kernelModules = [ "kvm-intel" ]; kernelModules = [ "kvm-intel" ];
extraModulePackages = with config.boot.kernelPackages; [ xpadneo ]; extraModulePackages = with config.boot.kernelPackages; [ xpadneo ];
extraModprobeConfig = '' options bluetooth disable_ertm=1 ''; extraModprobeConfig = '' options bluetooth disable_ertm=1 '';
kernelParams = [ "amdgpu.abmlevel=0" ];
initrd = { initrd = {
@@ -48,5 +49,7 @@
}; };
}; };
hardware.framework.enableKmod = true;
} }