Framework specific kernel module and disable color dimming in lower power.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user