From d62ef5437481db39a6bbe3abfc10eec68bf49b97 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 9 Feb 2024 04:29:11 -0500 Subject: [PATCH] no symlinks --- home/git.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/git.nix b/home/git.nix index c1bd8c1..75ffdca 100644 --- a/home/git.nix +++ b/home/git.nix @@ -33,8 +33,6 @@ #protocol.keybase.allow = "always"; credential.helper = "store --file ~/.git-credentials"; pull.rebase = "false"; - # For supercede - core.symlinks = true; }; };