Gaming: temporarely disable heroic

This commit is contained in:
Toast 2023-10-27 00:04:18 +02:00
parent 5141f0bcf3
commit 15d667763c

View file

@ -7,7 +7,8 @@
./rpcs3.nix ./rpcs3.nix
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
heroic # Heroic is using an electron version that's considered unsafe, so until that changes I'm not installing it
#heroic
prismlauncher-qt5 prismlauncher-qt5
]; ];
} }