Install mangohud alongside steam

This commit is contained in:
SebastianStork 2025-03-02 22:06:26 +01:00
parent 8f988fde31
commit 27aede6f31

View file

@ -10,7 +10,7 @@
config = lib.mkIf config.myConfig.steam.enable { config = lib.mkIf config.myConfig.steam.enable {
programs = { programs = {
steam.enable = true; steam.enable = true;
gamemode = { gamemode = {
enable = true; enable = true;
settings.custom = { settings.custom = {
@ -19,5 +19,7 @@
}; };
}; };
}; };
environment.systemPackages = [ pkgs.mangohud ];
}; };
} }