From d2204a4916bd26a30aa9712c614831f49c98a5a5 Mon Sep 17 00:00:00 2001 From: Bun Date: Wed, 30 Apr 2025 13:41:45 -0400 Subject: [PATCH] Remove GE package that didn't seem to be working anyway --- hosts/jupiter/jovian/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/jupiter/jovian/default.nix b/hosts/jupiter/jovian/default.nix index a9d2391a..06c46170 100644 --- a/hosts/jupiter/jovian/default.nix +++ b/hosts/jupiter/jovian/default.nix @@ -26,7 +26,6 @@ programs.steam = { extest.enable = true; - extraCompatPackages = with pkgs; [ proton-ge-bin ]; localNetworkGameTransfers.openFirewall = true; remotePlay.openFirewall = true; };