fix steam & vcam

This commit is contained in:
soraefir
2025-08-17 12:14:12 +02:00
parent 0650ff3933
commit 165791bbdb
5 changed files with 12 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
home.packages = with pkgs; [
#games
steam
# steam
gamemode
gamescope
mangohud
@@ -16,7 +16,7 @@
bottles
lutris
unstable.umu-launcher
wine
# wine
];
};

View File

@@ -5,6 +5,7 @@ in {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [proton-ge-bin];
};
};
}