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