Fix impermanence in the context of it not working on non-nix distros
This commit is contained in:
parent
2a7d99a849
commit
f00dda831e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" = {
|
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}" = {
|
||||||
enable = !config.targets.genericLinux.enable;
|
enable = !config.targets.genericLinux.enable;
|
||||||
|
allowOther = true;
|
||||||
removePrefixDirectory = true;
|
removePrefixDirectory = true;
|
||||||
directories = let
|
directories = let
|
||||||
home = config.home.homeDirectory;
|
home = config.home.homeDirectory;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue