From d72c526963ec8a33b64e556be870b87f44430a14 Mon Sep 17 00:00:00 2001 From: sajenim Date: Tue, 3 Oct 2023 06:22:25 +0800 Subject: [PATCH] install corectrl + set featuremask --- nixos/fuchsia/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 1340da7..b383cd1 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -77,6 +77,8 @@ boot = { # Kernel to install kernelPackages = pkgs.linuxPackages_latest; + # Parameters added to the kernel command line + kernelParams = [ "amdgpu.ppfeaturemask=0xffffffff" ]; # Autoload stage 2 modules kernelModules = [ "i2c-dev" "i2c-piix4" ]; # Autoload stage 1 modules @@ -165,8 +167,8 @@ # Misc openrgb protonup-ng - # Mouse - libratbag piper + # Hardware + corectrl libratbag piper ]; # Completions for system packages