games: Add mgba

This commit is contained in:
Simon Bruder 2021-08-07 00:30:49 +02:00
parent 49aa48366a
commit 839fb8e514
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -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