about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-03-22 21:21:22 +0100
committersternenseemann <sternenseemann@systemli.org>2023-03-22 21:22:42 +0100
commit562f7194d9bbf8ab809a0d1e67229c41b1480386 (patch)
tree7b1abb268065786dbd568beef6ec9875b2a84992
parent3e4543020f165af1162f23474e6ad66f391c48ef (diff)
machines/sternenseemann/wolfgang: install msr-tools
wrmsr can be used to disable an erroneous CPU throttling that is
happening with my new battery. Since that needs to be reset after every
power state switch, having the tool in PATH is a great help.

Eventually I'll fix this in a more permanent fashion via a systemd
oneshot service.
-rw-r--r--machines/sternenseemann/wolfgang.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/sternenseemann/wolfgang.nix b/machines/sternenseemann/wolfgang.nix
index 78e4802a..28e444bc 100644
--- a/machines/sternenseemann/wolfgang.nix
+++ b/machines/sternenseemann/wolfgang.nix
@@ -80,6 +80,7 @@ in {
     imv zathura
     pcmanfm
     browser.pkg
+    msr-tools
     # hunspell
     # (with hunspellDicts; [ de-de en-gb-large en-us ])
   ];