This commit is contained in:
2026-06-10 19:59:29 +02:00
parent bb427145df
commit 118a00f6d7
7 changed files with 163 additions and 21 deletions
+4 -6
View File
@@ -1,6 +1,10 @@
{ pkgs, ... }:
{
imports = [
./gaming/wine-proton.nix
];
programs = {
appimage = {
enable = true;
@@ -14,7 +18,6 @@
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
protontricks.enable = true;
};
};
@@ -23,13 +26,8 @@
gamemode
goverlay
heroic
lact
lutris
mangohud
prismlauncher
protontricks
steam-run
wineWowPackages.stable
winetricks
];
}