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; };