forked from jan-leila/nix-config
main #2
1 changed files with 10 additions and 1 deletions
|
@ -17,7 +17,16 @@
|
||||||
}
|
}
|
||||||
(
|
(
|
||||||
lib.mkIf osConfig.host.impermanence.enable {
|
lib.mkIf osConfig.host.impermanence.enable {
|
||||||
# TODO: map impermanence for idea-community
|
home.persistence."/persist${config.home.homeDirectory}" = {
|
||||||
|
directories = [
|
||||||
|
# configuration
|
||||||
|
"~/.config/JetBrains/"
|
||||||
|
# plugins
|
||||||
|
"~/.local/share/JetBrains/"
|
||||||
|
# System and Logs
|
||||||
|
"~/.cache/JetBrains/"
|
||||||
|
];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue