From b41a547589c0566663180f3edae531c34b68187e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 23 Apr 2026 20:17:02 -0400 Subject: [PATCH] yarn: persist root fish history --- hosts/yarn/impermanence.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/yarn/impermanence.nix b/hosts/yarn/impermanence.nix index 26c8056..557c05a 100644 --- a/hosts/yarn/impermanence.nix +++ b/hosts/yarn/impermanence.nix @@ -29,6 +29,12 @@ "/etc/ssh/ssh_host_rsa_key.pub" "/etc/machine-id" ]; + + users.root = { + files = [ + ".local/share/fish/fish_history" + ]; + }; }; # Bind mount entire home directory from persistent storage