update kernel to 6.15 and use acer-wmi-ext module

This commit is contained in:
2025-08-10 04:18:21 +02:00
parent bb7ada0347
commit a2335f453a
5 changed files with 119 additions and 15 deletions
+1
View File
@@ -12,6 +12,7 @@ self: super:
# });
# });
linuxPackages = super.linuxPackages.extend (lpself: lpsuper: {
acer-wmi-ext = lpsuper.callPackage ../pkgs/acer-wmi-ext {};
acer-wmi-battery = lpsuper.callPackage ../pkgs/acer-wmi-battery {};
});
}