From 8aafe800216abfdf06c0a1366249c2b0a85815a5 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Tue, 5 Aug 2025 21:22:33 +0200 Subject: [PATCH] automatically load acer-wmi-battery --- hosts/acer.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/acer.nix b/hosts/acer.nix index a1bbf19..54f9734 100644 --- a/hosts/acer.nix +++ b/hosts/acer.nix @@ -99,6 +99,8 @@ rec { kernel = boot.kernelPackages.kernel; }) ]; + boot.kernelModules = [ "acer-wmi-battery" ]; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions