Add info about using in NixOS

This commit is contained in:
Sergey Lukjanov 2020-05-11 09:18:50 -07:00
parent b6c25d2ede
commit 7f314a5b0a
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```