aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 19:56:03 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:52 -0700
commit501421d59a1ebd7f5a26489007710c401fe2cf95 (patch)
treee16a25d4ce5b5e3dab19a96178017c316cfda102 /snowfall/modules
parentf92d20c06078e92a1bb2d79e3afb9449a7b84614 (diff)
migration: persist applications folder by default
Diffstat (limited to 'snowfall/modules')
-rw-r--r--snowfall/modules/home/impermanence/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/snowfall/modules/home/impermanence/default.nix b/snowfall/modules/home/impermanence/default.nix
index 613603f..081946c 100644
--- a/snowfall/modules/home/impermanence/default.nix
+++ b/snowfall/modules/home/impermanence/default.nix
@@ -30,6 +30,7 @@ in {
allowOther = true;
directories = mkIf cfg.skeleton [
+ ".local/share/applications"
".local/bin"
"Downloads"