From 75958b0566666d6047e19836daeea2be4c300bfb Mon Sep 17 00:00:00 2001 From: Lgmrszd Date: Fri, 27 Jun 2025 02:25:32 +0400 Subject: [PATCH] laptop: git: use relative paths for worktrees --- hosts/laptop/home/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/laptop/home/default.nix b/hosts/laptop/home/default.nix index b6cfc37..93797c6 100644 --- a/hosts/laptop/home/default.nix +++ b/hosts/laptop/home/default.nix @@ -231,6 +231,7 @@ init = { defaultBranch = "main"; }; + worktree.useRelativePaths = true; }; };