From 408e9fc6cb72f82cbe04fe21c3f38d36773c9b6b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Thu, 20 Jun 2024 14:34:42 +0200 Subject: [PATCH] Fix permanence paths (cargo & go) --- hosts/voyager/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/voyager/default.nix b/hosts/voyager/default.nix index 6d5660e..393f3e7 100644 --- a/hosts/voyager/default.nix +++ b/hosts/voyager/default.nix @@ -67,8 +67,8 @@ ".local/share/nvim" ".local/state/nvim" ".local/share/zsh" - ".local/cargo" - ".local/go" + ".local/share/cargo" + ".local/share/go" ]; extraFiles = [ ".config/git/git-credentials"