mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
move scripts and nonsteam games
This commit is contained in:
parent
fdb15e0824
commit
a9428153d7
12
home/.chezmoiscripts/run_onchange_add-non-steam.sh
Normal file
12
home/.chezmoiscripts/run_onchange_add-non-steam.sh
Normal 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
|
0
home/bin/executable_linux-add-nonsteam
Normal file
0
home/bin/executable_linux-add-nonsteam
Normal file
@ -16,6 +16,7 @@ in {
|
|||||||
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.steam
|
pkgs.steam
|
||||||
|
pkgs.steamtinkerlaunch
|
||||||
pkgs-unstable.yuzu-early-access
|
pkgs-unstable.yuzu-early-access
|
||||||
pkgs.dolphin-emu
|
pkgs.dolphin-emu
|
||||||
pkgs-unstable.sunshine
|
pkgs-unstable.sunshine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user