add acer-wmi-battery kernel driver

This commit is contained in:
2025-08-01 21:57:35 +02:00
parent 59fdb864bc
commit 51ed79611d
3 changed files with 61 additions and 1 deletions
+3
View File
@@ -11,4 +11,7 @@ self: super:
# version = "6.3.1";
# });
# });
linuxPackages = super.linuxPackages.extend (lpself: lpsuper: {
acer-wmi-battery = lpsuper.callPackage ../pkgs/acer-wmi-battery {};
});
}