Fix impermanence in the context of it not working on non-nix distros

This commit is contained in:
Bun 2025-05-18 04:51:21 -04:00
parent 2a7d99a849
commit f00dda831e

View file

@ -4,6 +4,7 @@
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" = {
enable = !config.targets.genericLinux.enable;
allowOther = true;
removePrefixDirectory = true;
directories = let
home = config.home.homeDirectory;