From 562f7194d9bbf8ab809a0d1e67229c41b1480386 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Wed, 22 Mar 2023 21:21:22 +0100 Subject: 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. --- machines/sternenseemann/wolfgang.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'machines') 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 ]) ]; -- cgit 1.4.1