added impermanence for jetbrains idea-community

This commit is contained in:
Leyla Becker 2025-06-04 12:30:40 -05:00
parent 89373ac243
commit 4e94731d9c

View file

@ -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/"
];
};
} }
) )
]); ]);