install corectrl + set featuremask
This commit is contained in:
parent
df27caeb0d
commit
d72c526963
|
@ -77,6 +77,8 @@
|
||||||
boot = {
|
boot = {
|
||||||
# Kernel to install
|
# Kernel to install
|
||||||
kernelPackages = pkgs.linuxPackages_latest;
|
kernelPackages = pkgs.linuxPackages_latest;
|
||||||
|
# Parameters added to the kernel command line
|
||||||
|
kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ];
|
||||||
# Autoload stage 2 modules
|
# Autoload stage 2 modules
|
||||||
kernelModules = [ "i2c-dev" "i2c-piix4" ];
|
kernelModules = [ "i2c-dev" "i2c-piix4" ];
|
||||||
# Autoload stage 1 modules
|
# Autoload stage 1 modules
|
||||||
|
@ -165,8 +167,8 @@
|
||||||
# Misc
|
# Misc
|
||||||
openrgb protonup-ng
|
openrgb protonup-ng
|
||||||
|
|
||||||
# Mouse
|
# Hardware
|
||||||
libratbag piper
|
corectrl libratbag piper
|
||||||
];
|
];
|
||||||
|
|
||||||
# Completions for system packages
|
# Completions for system packages
|
||||||
|
|
Loading…
Reference in a new issue