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

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