From dbb3d0ae75da044847566cd374095ab2643aa065 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 21 Feb 2025 17:39:40 +0100 Subject: [PATCH] Add more caches to impermanence --- modules/cli/nix/impermanence.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/cli/nix/impermanence.nix b/modules/cli/nix/impermanence.nix index 39dd919..b80eaec 100644 --- a/modules/cli/nix/impermanence.nix +++ b/modules/cli/nix/impermanence.nix @@ -77,6 +77,11 @@ # Games directory for lutris ".local/lutris" ".local/games" + # Huge cache & long download i want to stay cache + ".cache/nix" + ".cache/.bun" + ".cache/yarn" + ".cache/go-build" ]; files = [ ".config/zsh/custom.zsh"