mirror of
https://github.com/srid/nixos-config.git
synced 2026-07-16 22:01:33 +08:00
Comment out DO_NOT_TRACK env var (claude-code#69358)
This commit is contained in:
parent
915f0fbac8
commit
8b0ec744cc
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue