From e577c7520cf053d9a83f1c4f837504e78df57d3b Mon Sep 17 00:00:00 2001 From: Ari Gerus Date: Mon, 18 Mar 2024 16:18:01 +0100 Subject: [PATCH] m/gaming: yuzu is no more --- modules/gaming.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gaming.nix b/modules/gaming.nix index eb72327..3ef0922 100644 --- a/modules/gaming.nix +++ b/modules/gaming.nix @@ -4,5 +4,5 @@ remotePlay.openFirewall = true; }; - environment.systemPackages = with pkgs; [ yuzu-early-access ryujinx ]; + # environment.systemPackages = with pkgs; [ ryujinx ]; }