Correct NixOS instructions in README

`asus-wmi-sensors` is not a regular top-level package, but scoped
within the kernel packages.
This commit is contained in:
Elias Probst 2023-07-17 09:55:04 +02:00
parent 202f6c18c9
commit 9a8e549458
No known key found for this signature in database
GPG Key ID: 82C512826511BADB
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ An ebuild is available in gyakovlev's overlay. https://github.com/gyakovlev/gent
Available as a package since 20.03 release, could be enabled with:
```
boot.extraModulePackages = [
pkgs.asus-wmi-sensors
boot.extraModulePackages = with config.boot.kernelPackages; [
asus-wmi-sensors
];
```