feat: add wine discord ipc bridge and preinstall ge-proton in steam

This commit is contained in:
Youwen Wu 2024-12-30 01:44:17 -08:00
parent ae39d9a999
commit 67e0ee12f5
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
3 changed files with 46 additions and 0 deletions

View file

@ -44,6 +44,12 @@ in
mangojuice
r2modman
modrinth-app
(wine-discord-ipc-bridge.overrideAttrs (
final: prev: {
meta.platforms = prev.meta.platforms ++ [ "x86_64-linux" ];
}
))
];
liminalOS.programs.flatpak.enable = true;
@ -62,6 +68,9 @@ in
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
programs.gamescope.enable = true;