From a8fc135960d1a3bc0d6c6648d2038ff24e557c50 Mon Sep 17 00:00:00 2001 From: Sijmen Date: Wed, 10 Aug 2022 19:36:57 +0200 Subject: [PATCH] framework: disable hid_sensor_hub to fix brightness keys --- framework/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/configuration.nix b/framework/configuration.nix index f1018c0..1bb9000 100644 --- a/framework/configuration.nix +++ b/framework/configuration.nix @@ -41,6 +41,8 @@ "mem_sleep_default=deep" ]; + blacklistedKernelModules = [ "hid_sensor_hub" ]; + loader.timeout = 0; initrd.verbose = false; consoleLogLevel = 0;