mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
12 lines
309 B
Nix
12 lines
309 B
Nix
{...}: {
|
|
# See: https://consoledonottrack.com/
|
|
home.sessionVariables = {
|
|
DO_NOT_TRACK = "1";
|
|
GATSBY_TELEMETRY_DISABLED = "1";
|
|
HOMEBREW_NO_ANALYTICS = "1";
|
|
STNOUPGRADE = "1";
|
|
DOTNET_CLI_TELEMETRY_OPTOUT = "1";
|
|
SAM_CLI_TELEMETRY = "0";
|
|
AZURE_CORE_COLLECT_TELEMETRY = "0";
|
|
};
|
|
}
|