From a540a79171dca5e26d1b6824e4354873fab23143 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sat, 11 Sep 2021 00:32:33 +0100 Subject: [PATCH] hosts/goliath: add other persistent folders --- config/hosts/goliath.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/hosts/goliath.nix b/config/hosts/goliath.nix index 32eec5ad..4f1bc5fa 100644 --- a/config/hosts/goliath.nix +++ b/config/hosts/goliath.nix @@ -100,9 +100,12 @@ directories = [ ".cache/kat/secrets" ".cache/rbw" + ".cache/nix" ".local/share/z" ".local/share/task" + ".local/share/nvim" ".local/share/dino" + ".local/share/vim" ".local/share/weechat" ".local/share/Mumble" ".local/share/direnv" @@ -119,7 +122,6 @@ ]; files = [ ".ssh/known_hosts" - ".zsh_history" ]; }; };