Comment out DO_NOT_TRACK env var (claude-code#69358)

This commit is contained in:
Sridhar Ratnakumar 2026-06-20 16:48:27 -04:00
parent 915f0fbac8
commit 8b0ec744cc

View file

@ -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