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
2 changed files with 29 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
# MANUAL: mkdir -p ~/.persist/.local/share/soh/Save
{
config,
lib,
@@ -27,16 +28,23 @@
(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" = {
directories = [
{
directory = ".local/share/soh";
directory = ".local/share/soh/Save";
method = "symlink";
}
];
};
home.persistence."/home/deck/.state" = {
files = [
".local/share/soh/oot.otr"
];
};
})
]
);