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, pkgs,
userConfig, userConfig,
... ...
@@ -10,7 +9,8 @@
programs.mangohud = { programs.mangohud = {
enable = true; 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 = '' xdg.configFile."MangoHud/MangoHud.conf".text = ''