Merge pull request #67 from Frostman/nixos-usage

Add info about using it in NixOS
This commit is contained in:
Ed Brindley 2020-05-11 18:19:02 +01:00 committed by GitHub
commit 320a68e3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -56,6 +56,15 @@ Run ```sensors``` and you should see a ```asuswmisensors-isa-0000``` device and
### Gentoo
An ebuild is available in gyakovlev's overlay. https://github.com/gyakovlev/gentoo-overlay/tree/master/sys-kernel/asus-wmi-sensors
### NixOS
Available as a package since 20.03 release, could be enabled with:
```
boot.extraModulePackages = [
pkgs.asus-wmi-sensors
];
```
### Other distributions
Clone the git repository: ```git clone https://github.com/electrified/asus-wmi-sensors.git```