From 7f314a5b0ada236c865cc40b99597a41c1e692db Mon Sep 17 00:00:00 2001 From: Sergey Lukjanov Date: Mon, 11 May 2020 09:18:50 -0700 Subject: [PATCH] Add info about using in NixOS --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a6b9e40..e31ee4f 100644 --- a/README.md +++ b/README.md @@ -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```