diff --git a/hosts/petalburg/default.nix b/hosts/petalburg/default.nix index fb30c5ad..84adc1eb 100644 --- a/hosts/petalburg/default.nix +++ b/hosts/petalburg/default.nix @@ -13,9 +13,13 @@ self.inputs.nixhw.nixosModules.lenovo-yoga-9i-intel-13th ]; - boot.loader = { - efi.canTouchEfiVariables = true; - systemd-boot.enable = true; + boot = { + extraModulePackages = with config.boot.kernelPackages; [acpi_call]; + + loader = { + efi.canTouchEfiVariables = true; + systemd-boot.enable = true; + }; }; environment.variables.GDK_SCALE = "2";