From 3bba8674cd31a0662c0d1d3f93192721a9f38577 Mon Sep 17 00:00:00 2001 From: Lilly Date: Mon, 5 Jan 2026 18:26:35 +0000 Subject: [PATCH] Auto-commit: 2026-01-05 18:26:35 --- home/gaming/mangohud.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/gaming/mangohud.nix b/home/gaming/mangohud.nix index 7b26ded..07b2450 100644 --- a/home/gaming/mangohud.nix +++ b/home/gaming/mangohud.nix @@ -1,5 +1,6 @@ +{ nixosConfig, lib, ... }: { - programs.mangohud = { + programs.mangohud = lib.mkIf nixosConfig.my.desktop.gaming.enable { enable = true; }; }