mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add wine discord ipc bridge and preinstall ge-proton in steam
This commit is contained in:
parent
ae39d9a999
commit
67e0ee12f5
3 changed files with 46 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue