diff options
author | makefu <github@syntax-fehler.de> | 2017-03-01 15:53:16 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-03-05 16:56:57 +0100 |
commit | 1135487724b442b78d7f4d863c02ab6b7fb801b2 (patch) | |
tree | 00a810b941d3c57bbaaa95fac941c134ad814863 /makefu/2configs/hw | |
parent | 4eeecc9dbde44592451ef1295593e69fe80473cc (diff) |
m x230: move specific config to general config
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x230.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/hw/tp-x230.nix b/makefu/2configs/hw/tp-x230.nix index 855fda952..2de32dd94 100644 --- a/makefu/2configs/hw/tp-x230.nix +++ b/makefu/2configs/hw/tp-x230.nix @@ -16,6 +16,8 @@ with import <stockholm/lib>; extraModulePackages = [ config.boot.kernelPackages.acpi_call ]; + # support backlight adjustment + kernelParams = [ "acpi_osi=Linux" "acpi_backlight=vendor" ]; }; # configured media keys inside awesomerc |