mango,steam,appimage: Improve integrations
All checks were successful
check / check (push) Successful in 37s

This commit is contained in:
Florian RICHER 2025-05-10 16:03:46 +02:00
parent 7ae8c224a2
commit 3513aaaaa0
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 20 additions and 2 deletions

View file

@ -11,10 +11,19 @@ in
'';
};
config = mkIf cfg.enable {
programs.steam.gamescopeSession.enable = true;
programs.steam = {
enable = true;
package = pkgs.steam.override {
extraEnv = {
MANGOHUD = true;
OBS_VKCAPTURE = true;
};
};
extraPackages = with pkgs; [ gamescope ];
extraCompatPackages = with pkgs; [ proton-ge-bin ];
remotePlay.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
};
hardware.steam-hardware.enable = true;