feat(programs): replace protonplus with proton-ge-bin

This commit is contained in:
2026-06-26 13:52:53 +02:00
parent 74fd9de90f
commit 3d2cf6d9e2
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -102,7 +102,6 @@
obs-studio obs-studio
openrgb openrgb
prismlauncher prismlauncher
protonplus
satisfactorymodmanager satisfactorymodmanager
]; ];
+1
View File
@@ -22,6 +22,7 @@
{ {
enable = true; enable = true;
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
extraCompatPackages = with pkgs; [ proton-ge-bin ];
} }
else else
{ }; { };