From 65ed299e183f20c10bd9c31a5e82800418aaef19 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 19 Nov 2023 19:15:30 +0100 Subject: [PATCH] Revert "Gaming: temporarely disable heroic" This reverts commit 15d667763c44f1ec28ca60c2ad38e01707264f69. --- roles/gaming/programs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/gaming/programs/default.nix b/roles/gaming/programs/default.nix index 1e26114..4bba376 100755 --- a/roles/gaming/programs/default.nix +++ b/roles/gaming/programs/default.nix @@ -7,8 +7,7 @@ ./rpcs3.nix ]; environment.systemPackages = with pkgs; [ - # Heroic is using an electron version that's considered unsafe, so until that changes I'm not installing it - #heroic + heroic prismlauncher-qt5 ]; }