adding presets for tus emulators

This commit is contained in:
Matt Nish-Lapidus 2024-12-16 18:33:00 -05:00
parent de21bcacc5
commit 1cf536a0b2
56 changed files with 1530 additions and 14 deletions

View file

@ -46,6 +46,7 @@
maestral
maestral-gui
nix-index
fstl
godot_4
sane-airscan
xsane
@ -564,10 +565,9 @@
services.flatpak.packages = [
"com.github.tchx84.Flatseal"
"com.github.johnfactotum.QuickLookup"
"com.heroicgameslauncher.hgl"
"io.github.dgsasha.Remembrance"
"nl.hjdskes.gcolor3"
"org.linuxshowplayer.LinuxShowPlayer"
];
systemd.user = {
@ -616,14 +616,19 @@
recursive = true;
source = ../packages/the-usual-suspects/vavra/roms;
};
home.file.".local/share/The Usual Suspects/Vavra/patchmanager" = {
home.file.".local/share/The Usual Suspects/Vavra/patches" = {
recursive = true;
source = ../packages/the-usual-suspects/vavra/patchmanager;
source = ../packages/the-usual-suspects/vavra/patches;
};
home.file.".local/share/The Usual Suspects/Xenia/roms" = {
recursive = true;
source = ../packages/the-usual-suspects/xenia/roms;
};
home.file.".local/share/The Usual Suspects/Xenia/patches" = {
recursive = true;
source = ../packages/the-usual-suspects/xenia/patches;
};
home.file.".local/share/The Usual Suspects/Osirus/roms" = {
recursive = true;
source = ../packages/the-usual-suspects/osirus/roms;