diff --git a/home/.chezmoiscripts/run_add-non-steam.sh b/home/.chezmoiscripts/run_add-non-steam.sh index 4b14c664..7da4aeee 100644 --- a/home/.chezmoiscripts/run_add-non-steam.sh +++ b/home/.chezmoiscripts/run_add-non-steam.sh @@ -11,6 +11,7 @@ apps=( "/run/current-system/sw/bin/dolphin-emu Dolphin Emulator" "/run/current-system/sw/bin/yuzu Yuzu Emulator" "/run/current-system/sw/bin/ppsspp PPSSPP Emulator" + "/run/current-system/sw/bin/mgba-qt mGBA Emulator" ) if command -v steamtinkerlaunch &> /dev/null diff --git a/img/mGBA/boxart.png b/img/mGBA/boxart.png new file mode 100644 index 00000000..214725f2 Binary files /dev/null and b/img/mGBA/boxart.png differ diff --git a/img/mGBA/hero.png b/img/mGBA/hero.png new file mode 100644 index 00000000..b6703a52 Binary files /dev/null and b/img/mGBA/hero.png differ diff --git a/img/mGBA/icons.ico b/img/mGBA/icons.ico new file mode 100644 index 00000000..de857e45 Binary files /dev/null and b/img/mGBA/icons.ico differ diff --git a/img/mGBA/logo.png b/img/mGBA/logo.png new file mode 100644 index 00000000..d02640b4 Binary files /dev/null and b/img/mGBA/logo.png differ diff --git a/img/mGBA/tenfoot.png b/img/mGBA/tenfoot.png new file mode 100644 index 00000000..ea0b4ae7 Binary files /dev/null and b/img/mGBA/tenfoot.png differ diff --git a/provision/modules/gaming/steam.nix b/provision/modules/gaming/steam.nix index cc7b6a36..1ada63b0 100644 --- a/provision/modules/gaming/steam.nix +++ b/provision/modules/gaming/steam.nix @@ -20,6 +20,7 @@ in { pkgs.yuzu-early-access pkgs.dolphin-emu pkgs.ppsspp + pkgs.mgba pkgs-unstable.sunshine pkgs-unstable.moonlight-qt ];