From 5703190fc1eda163f28e78d27c5b14a7c224b62d Mon Sep 17 00:00:00 2001 From: Superredstone Date: Fri, 22 May 2026 18:30:14 +0200 Subject: [PATCH] feat(home): enable mangohud only on gaming systems --- home/mangohud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/mangohud.nix b/home/mangohud.nix index cdb7fe1..8aa775c 100644 --- a/home/mangohud.nix +++ b/home/mangohud.nix @@ -1,7 +1,7 @@ -{ ... }: +{ gamingSystem, ... }: { programs.mangohud = { - enable = true; + enable = gamingSystem; settings = { fps_limit = 75; };