move scripts and nonsteam games

This commit is contained in:
Tyler Starr 2023-09-03 20:54:32 -07:00
parent fdb15e0824
commit a9428153d7
4 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/usr/bin/env bash
apps=(
"dolphin-emu Dolphin"
"yuzu Yuzu"
)
for app in "${apps[@]}"
do
set -- $app
steamtinkerlaunch addnonsteamgame -ep="$1" -an="$2"
done

View File

View File

@ -16,6 +16,7 @@ in {
environment.systemPackages = [
pkgs.steam
pkgs.steamtinkerlaunch
pkgs-unstable.yuzu-early-access
pkgs.dolphin-emu
pkgs-unstable.sunshine