Switch to deploying the ship of harkinian config file.

This commit is contained in:
Tom Alexander 2025-02-15 11:40:09 -05:00
parent a4abb96de3
commit 7dcdcc906c
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 29 additions and 2 deletions

View File

@ -1,3 +1,4 @@
# MANUAL: mkdir -p ~/.persist/.local/share/soh/Save
{ {
config, config,
lib, lib,
@ -27,16 +28,23 @@
(config.lib.nixGL.wrap shipwright) (config.lib.nixGL.wrap shipwright)
]; ];
# TODO perhaps install ~/.local/share/soh/shipofharkinian.json home.file.".local/share/soh/shipofharkinian.json" = {
source = ./files/shipofharkinian.json;
};
home.persistence."/home/deck/.persist" = { home.persistence."/home/deck/.persist" = {
directories = [ directories = [
{ {
directory = ".local/share/soh"; directory = ".local/share/soh/Save";
method = "symlink"; method = "symlink";
} }
]; ];
}; };
home.persistence."/home/deck/.state" = {
files = [
".local/share/soh/oot.otr"
];
};
}) })
] ]
); );

View File

@ -0,0 +1,19 @@
{
"CVars": {
"gInternalResolution": 2.0,
"gInterpolationFPS": 60,
"gMSAAValue": 2,
"gMatchRefreshRate": 0,
"gOnFileSelectNameEntry": 0,
"gOpenWindows": {
"modalWindowEnabled": 1
},
"gZFightingMode": 0
},
"ConfigVersion": 2,
"Window": {
"Fullscreen": {
"Enabled": true
}
}
}