From edbcdce324948e452df44d2aceda44eb04f94db7 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 1 Oct 2023 16:32:28 -0400 Subject: [PATCH] fix(wsl): trust git repositories on windows FS --- user/environments/wsl/home.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/environments/wsl/home.nix b/user/environments/wsl/home.nix index 506f906..4083140 100644 --- a/user/environments/wsl/home.nix +++ b/user/environments/wsl/home.nix @@ -15,6 +15,10 @@ micro ]; + programs.git.extraConfig = { + safe.directory = "*"; + }; + programs.zsh = { shellAliases = { code = "/mnt/c/Program\\ Files/Microsoft\\ VS\\ Code/Code.exe";