From e90936ef8d405f08d9cb6a7277a6cd1d470cff1b Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 30 Jan 2025 22:45:58 +0100 Subject: [PATCH] Fix typo. --- modules/home-manager/mangohud.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/mangohud.nix b/modules/home-manager/mangohud.nix index 7eebaf9..a9d58b0 100644 --- a/modules/home-manager/mangohud.nix +++ b/modules/home-manager/mangohud.nix @@ -21,7 +21,7 @@ gpu_load_change = true; cpu_stats = true; - cpu_temps = true; + cpu_temp = true; cpu_text = "CPU"; cpu_mhz = true; cpu_load_change = true;