From 7502b06e8498fa9dd6c0292bb6e2a45006975c9c Mon Sep 17 00:00:00 2001 From: Ali Rizvi Date: Sun, 8 Dec 2024 13:13:02 -0500 Subject: [PATCH] users/frontear: persist cache directory This is a bit of a temporary catch-all because I need ~/.cache/yarn but I also feel a bit lazy out a better place for it right now. --- users/frontear/home/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/users/frontear/home/default.nix b/users/frontear/home/default.nix index d415ac0..0b7e656 100644 --- a/users/frontear/home/default.nix +++ b/users/frontear/home/default.nix @@ -18,6 +18,13 @@ "ssh" = "TERM= ssh"; }; + # TODO: this is a catch all for now because there's a few apps + # that dump quite a bit of large data here. Main culprit right + # now is `yarn`. + my.persist.directories = [ + "~/.cache" + ]; + my.programs = { armcord.enable = true;