mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 05:11:54 -05:00
legion go: add acpi_call
This commit is contained in:
parent
ccb69fe2b3
commit
a4faaf0c66
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
...
|
||||
}: {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
self,
|
||||
|
@ -13,7 +14,7 @@
|
|||
|
||||
boot = {
|
||||
initrd.availableKernelModules = ["nvme" "sdhci_pci" "thunderbolt" "usb_storage" "usbhid" "xhci_pci"];
|
||||
# extraModulePackages = with config.boot.kernelPackages; [lenovo-legion-module];
|
||||
extraModulePackages = with config.boot.kernelPackages; [acpi_call];
|
||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue