From 8217da7a4cdf8a60a1c5b2edbdc3aa4fef2efe29 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 19:08:39 -0800 Subject: migration: irssi --- snowfall/modules/home/apps/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'snowfall/modules/home/apps') 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" ]; + }) ]; } -- cgit v1.2.3