Enable unl0kr for Shire
This commit is contained in:
parent
e9fe94438b
commit
d9c10bfe7a
1 changed files with 10 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -12,10 +12,16 @@
|
|||
kernelParams = [
|
||||
"intel_idle.max_cstate=1"
|
||||
];
|
||||
plymouth.enable = lib.mkForce false;
|
||||
initrd = {
|
||||
# Couldn't get unl0kr working yet
|
||||
# unl0kr.enable = true;
|
||||
# availableKernelModules = [ "hid-multitouch" "i2c-hid" "i2c-hid-acpi" "hid_generic" ];
|
||||
unl0kr.enable = true;
|
||||
availableKernelModules = [
|
||||
"hid-multitouch"
|
||||
"i2c-hid"
|
||||
"i2c-hid-acpi"
|
||||
"hid_generic"
|
||||
"evdev"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue