feat: updated android studio config to match new patter
This commit is contained in:
parent
6864312e49
commit
8060e39b11
1 changed files with 12 additions and 17 deletions
|
|
@ -14,22 +14,17 @@
|
||||||
android-studio
|
android-studio
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
# TODO: create this
|
(
|
||||||
# (
|
lib.mkIf config.impermanence.enable {
|
||||||
# lib.mkIf config.impermanence.enable {
|
home.persistence."/persist/replicate/home" = {
|
||||||
# home.persistence."/persist${config.home.homeDirectory}" = {
|
directories = [
|
||||||
# directories = [
|
"${config.xdg.configHome}/Google/AndroidStudio"
|
||||||
# # configuration
|
".android"
|
||||||
# "${config.xdg.configHome}/Google/AndroidStudio"
|
".gradle"
|
||||||
# # Android SDK
|
"${config.xdg.cacheHome}/Google/AndroidStudio"
|
||||||
# ".android"
|
];
|
||||||
# # Gradle cache
|
};
|
||||||
# ".gradle"
|
}
|
||||||
# # Android Studio projects cache
|
)
|
||||||
# "${config.xdg.cacheHome}/Google/AndroidStudio"
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# )
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue