From 8b0ec744ccbb931bd463b30a5eb5beb96675e907 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 20 Jun 2026 16:48:27 -0400 Subject: [PATCH] Comment out DO_NOT_TRACK env var (claude-code#69358) --- modules/home/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/home/default.nix b/modules/home/default.nix index 3bc1b7d..f4b245b 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -1,7 +1,9 @@ { home.stateVersion = "24.05"; home.sessionVariables = { - DO_NOT_TRACK = "1"; + # Disabled, see + # https://github.com/anthropics/claude-code/issues/69358#issuecomment-4755677033 + # DO_NOT_TRACK = "1"; }; # Home-manager generates an options manpage (`home-configuration.nix(5)`) by