Merge pull request #85 from eliasp/correct-nixos

Correct NixOS instructions in README
This commit is contained in:
Ed Brindley 2023-08-30 08:32:14 +00:00 committed by GitHub
commit 7ae3169317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
];
```