Persist ~/.claude.json and ~/.cache everywhere

This commit is contained in:
2025-10-24 22:30:16 +01:00
parent b608e110c9
commit a7dce7cfb9
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ in
{
packages = workstationProfile.packages ++ desktopPkgs;
environment.persistence."/persist/home/ppetru".directories = [
".cache"
".config/google-chrome"
];
}