From 81368232c0f830ada4f4df7fdff71e148958b671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 5 Oct 2024 23:40:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20(aurum)=20add=20some=20cac?= =?UTF-8?q?he=20files=20to=20the=20persistence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aurum/system/impermanence.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/aurum/system/impermanence.nix b/hosts/aurum/system/impermanence.nix index b0413e7..e6c9e4c 100644 --- a/hosts/aurum/system/impermanence.nix +++ b/hosts/aurum/system/impermanence.nix @@ -26,6 +26,12 @@ mode = "0700"; } ]; + files = [ + ".local/state/bemoji-history.txt" + ".local/share/bemoji/emojis.txt" + ".cache/cliphist/db" + ".cache/fuzzel" + ]; }; }; }