Compare commits

...

3 Commits

Author SHA1 Message Date
Ed Brindley c46b42fb79
Merge 0b59fa8088 into 7ae3169317 2023-09-02 22:18:00 -07:00
Ed Brindley 7ae3169317
Merge pull request #85 from eliasp/correct-nixos
Correct NixOS instructions in README
2023-08-30 08:32:14 +00:00
Elias Probst 9a8e549458
Correct NixOS instructions in README
`asus-wmi-sensors` is not a regular top-level package, but scoped
within the kernel packages.
2023-07-17 09:55:04 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,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
];
```