diff options
Diffstat (limited to 'snowfall/modules/home/impermanence')
| -rw-r--r-- | snowfall/modules/home/impermanence/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/snowfall/modules/home/impermanence/default.nix b/snowfall/modules/home/impermanence/default.nix index 7ddeb18..613603f 100644 --- a/snowfall/modules/home/impermanence/default.nix +++ b/snowfall/modules/home/impermanence/default.nix @@ -30,6 +30,8 @@ in { allowOther = true; directories = mkIf cfg.skeleton [ + ".local/bin" + "Downloads" "Documents" "Pictures" |