mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
chore: remove dups
This commit is contained in:
parent
131c255d4c
commit
e0a023da4f
10 changed files with 21 additions and 44 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue