more emulator stuff and moving binaries to lfs

This commit is contained in:
Matt Nish-Lapidus 2024-12-16 19:42:28 -05:00
parent 1cf536a0b2
commit 9015132ffc
409 changed files with 113080 additions and 19 deletions

View file

@ -612,33 +612,24 @@
};
home.file.".local/share/flf".source = ../dotfiles/dot_local/share/flf;
home.file.".local/share/The Usual Suspects/Vavra/roms" = {
home.file.".local/share/The Usual Suspects/Vavra" = {
recursive = true;
source = ../packages/the-usual-suspects/vavra/roms;
source = ../packages/the-usual-suspects/vavra;
};
home.file.".local/share/The Usual Suspects/Vavra/patches" = {
home.file.".local/share/The Usual Suspects/Xenia" = {
recursive = true;
source = ../packages/the-usual-suspects/vavra/patches;
source = ../packages/the-usual-suspects/xenia;
};
home.file.".local/share/The Usual Suspects/Xenia/roms" = {
home.file.".local/share/The Usual Suspects/Osirus" = {
recursive = true;
source = ../packages/the-usual-suspects/xenia/roms;
source = ../packages/the-usual-suspects/osirus;
};
home.file.".local/share/The Usual Suspects/Xenia/patches" = {
home.file.".local/share/The Usual Suspects/OsTIrus" = {
recursive = true;
source = ../packages/the-usual-suspects/xenia/patches;
source = ../packages/the-usual-suspects/ostirus;
};
home.file.".local/share/The Usual Suspects/Osirus/roms" = {
home.file.".local/share/The Usual Suspects/NodalRed2x" = {
recursive = true;
source = ../packages/the-usual-suspects/osirus/roms;
};
home.file.".local/share/The Usual Suspects/OsTIrus/roms" = {
recursive = true;
source = ../packages/the-usual-suspects/ostirus/roms;
};
home.file.".local/share/The Usual Suspects/NodalRed2x/roms" = {
recursive = true;
source = ../packages/the-usual-suspects/nodal-red/roms;
source = ../packages/the-usual-suspects/nodal-red;
};
}