games: Add mgba
This commit is contained in:
parent
49aa48366a
commit
839fb8e514
|
@ -5,7 +5,9 @@ let
|
||||||
in
|
in
|
||||||
lib.mkIf cfg.enable {
|
lib.mkIf cfg.enable {
|
||||||
home.packages = with pkgs; [ ]
|
home.packages = with pkgs; [ ]
|
||||||
++ lib.optionals (cfg.performanceIndex >= 4) [
|
++ lib.optionals (cfg.performanceIndex >= 2) [
|
||||||
|
mgba
|
||||||
|
] ++ lib.optionals (cfg.performanceIndex >= 4) [
|
||||||
desmume
|
desmume
|
||||||
dolphinEmuMaster
|
dolphinEmuMaster
|
||||||
] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) unstable.yuzu-ea
|
] ++ lib.optional (unfree.allowAssets && cfg.performanceIndex >= 8) unstable.yuzu-ea
|
||||||
|
|
Loading…
Reference in a new issue