mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: meep
This commit is contained in:
parent
779c3c4098
commit
4477a98282
5 changed files with 114 additions and 30 deletions
|
|
@ -155,6 +155,20 @@ in {
|
|||
vnExe = "./HANA9.exe";
|
||||
};
|
||||
|
||||
#
|
||||
# VRChat utilities
|
||||
#
|
||||
|
||||
vrosc = mkMerge [
|
||||
protonCommon
|
||||
rec {
|
||||
long_name = "VR OSC";
|
||||
prefixFolder = gameStorage + "/Steam Library/steamapps/compatdata/438100";
|
||||
gameFolder = gameStorage + "/Steam Library/steamapps/common/VRChat";
|
||||
gameExecutable = gameFolder + "/VROSCSetup.exe";
|
||||
}
|
||||
];
|
||||
|
||||
#
|
||||
# Guild Warses
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue