feat: updated android studio config to match new patter

This commit is contained in:
Leyla Becker 2025-11-30 13:46:25 -06:00
parent 6864312e49
commit 8060e39b11

View file

@ -14,22 +14,17 @@
android-studio
];
}
# TODO: create this
# (
# lib.mkIf config.impermanence.enable {
# home.persistence."/persist${config.home.homeDirectory}" = {
# directories = [
# # configuration
# "${config.xdg.configHome}/Google/AndroidStudio"
# # Android SDK
# ".android"
# # Gradle cache
# ".gradle"
# # Android Studio projects cache
# "${config.xdg.cacheHome}/Google/AndroidStudio"
# ];
# };
# }
# )
(
lib.mkIf config.impermanence.enable {
home.persistence."/persist/replicate/home" = {
directories = [
"${config.xdg.configHome}/Google/AndroidStudio"
".android"
".gradle"
"${config.xdg.cacheHome}/Google/AndroidStudio"
];
};
}
)
]);
}