main #2

Merged
Lithospherical merged 42 commits from jan-leila/nix-config:main into main 2025-06-05 04:13:47 +00:00
Showing only changes of commit 4e94731d9c - Show all commits

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