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 = ''