From 94bcf08e7f2bd4c950521296ed9760c72d1080b4 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Thu, 28 May 2026 17:57:03 +0200 Subject: [PATCH] a;sld --- modules/gui/mangohud.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/mangohud.nix b/modules/gui/mangohud.nix index e4286ac..f379ca4 100644 --- a/modules/gui/mangohud.nix +++ b/modules/gui/mangohud.nix @@ -1,5 +1,4 @@ { - config, pkgs, userConfig, ... @@ -10,7 +9,8 @@ programs.mangohud = { enable = true; - package = if userConfig.isNixOS then pkgs.mangohud else (pkgs.runCommand "dummy-mangohud" { } "mkdir $out"); + package = + if userConfig.isNixOS then pkgs.mangohud else (pkgs.runCommand "dummy-mangohud" { } "mkdir $out"); }; xdg.configFile."MangoHud/MangoHud.conf".text = ''