Update home impermanence to be in the style of GNU Stow

This commit is contained in:
Bun 2025-05-14 00:12:33 -04:00
parent 968ae4631c
commit 66502988ef
22 changed files with 72 additions and 64 deletions

View file

@ -11,11 +11,11 @@
shellAliases.seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
persistence."/persist${config.home.homeDirectory}".directories = [
".cache/gpclient"
".config/com.yuezk.qt"
".config/remmina"
".config/teams-for-linux"
persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = [
"school/.cache/gpclient"
"school/.config/com.yuezk.qt"
"school/.config/remmina"
"school/.config/teams-for-linux"
];
};
}