nodal red 2x

This commit is contained in:
Matt Nish-Lapidus 2024-12-13 17:07:56 -05:00
parent 0027043a95
commit 9457cd7d76
2 changed files with 4 additions and 1 deletions

View file

@ -624,7 +624,6 @@
source = ../dotfiles/dot_local/bin;
recursive = true;
};
home.file.".local/share/flf".source = ../dotfiles/dot_local/share/flf;
home.file.".local/share/The Usual Suspects/Vavra/roms" = {
@ -647,4 +646,8 @@
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;
};
}