aboutsummaryrefslogtreecommitdiff
path: root/snowfall/modules
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2025-02-08 19:08:39 -0800
committerCaroline Larimore <caroline@larimo.re>2025-04-14 18:58:52 -0700
commit8217da7a4cdf8a60a1c5b2edbdc3aa4fef2efe29 (patch)
tree07df1acebf008cf7d3824ff14d1a7ee220038d66 /snowfall/modules
parent3f4a98af8c2a1e3d8f6a79a4d094a3e1650f83c0 (diff)
migration: irssi
Diffstat (limited to 'snowfall/modules')
-rw-r--r--snowfall/modules/home/apps/default.nix3
-rw-r--r--snowfall/modules/home/impermanence/default.nix2
2 files changed, 5 insertions, 0 deletions
diff --git a/snowfall/modules/home/apps/default.nix b/snowfall/modules/home/apps/default.nix
index c780f3e..57b184f 100644
--- a/snowfall/modules/home/apps/default.nix
+++ b/snowfall/modules/home/apps/default.nix
@@ -35,5 +35,8 @@ with lib; with lib.${namespace}; {
".cache/JetBrains"
];
})
+ (mkSimpleApp "irssi" {
+ persist = [ ".irssi" ];
+ })
];
}
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"