chore: remove dups

This commit is contained in:
js0ny 2026-03-09 23:22:42 +00:00
parent 131c255d4c
commit e0a023da4f
10 changed files with 21 additions and 44 deletions

View file

@ -1,15 +1,4 @@
{...}: {
# 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";
GEMINI_TELEMETRY_ENABLED = "false";
SCARF_NO_ANALYTICS = "true";
ANONYMIZED_TELEMETRY = "false";
};
home.sessionVariables = import ../lib/do-not-track-vars.nix;
}