This commit is contained in:
2026-05-28 17:57:03 +02:00
parent d1ec59478c
commit 94bcf08e7f

View File

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