From 839fb8e51402f6431942ebdd701b3d12eb71045f Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Aug 2021 00:30:49 +0200 Subject: [PATCH] games: Add mgba --- users/simon/modules/games.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/users/simon/modules/games.nix b/users/simon/modules/games.nix index babe6cb..97c1cad 100644 --- a/users/simon/modules/games.nix +++ b/users/simon/modules/games.nix @@ -5,7 +5,9 @@ let in lib.mkIf cfg.enable { home.packages = with pkgs; [ ] - ++ lib.optionals (cfg.performanceIndex >= 4) [ + ++ lib.optionals (cfg.performanceIndex >= 2) [ + mgba + ] ++ lib.optionals (cfg.performanceIndex >= 4) [ desmume dolphinEmuMaster ] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) unstable.yuzu-ea