mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(programs): replace protonplus with proton-ge-bin
This commit is contained in:
@@ -102,7 +102,6 @@
|
|||||||
obs-studio
|
obs-studio
|
||||||
openrgb
|
openrgb
|
||||||
prismlauncher
|
prismlauncher
|
||||||
protonplus
|
|
||||||
satisfactorymodmanager
|
satisfactorymodmanager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@
|
|||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
remotePlay.openFirewall = true;
|
remotePlay.openFirewall = true;
|
||||||
|
extraCompatPackages = with pkgs; [ proton-ge-bin ];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{ };
|
{ };
|
||||||
|
|||||||
Reference in New Issue
Block a user