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" + ]; }; }; }