From f00dda831eb8e8db4b79f1e6cac815a7332c5d42 Mon Sep 17 00:00:00 2001 From: Bun Date: Sun, 18 May 2025 04:51:21 -0400 Subject: [PATCH] Fix impermanence in the context of it not working on non-nix distros --- modules/home/settings/impermanence/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/settings/impermanence/default.nix b/modules/home/settings/impermanence/default.nix index 7719e354..fc8a4d00 100644 --- a/modules/home/settings/impermanence/default.nix +++ b/modules/home/settings/impermanence/default.nix @@ -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;