From f9d9ee6a8fd394dc8a724d7ef223c01e86eebbb7 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:24:42 +0800 Subject: [PATCH] feat(variables): disable Nuxt telemetry --- home/variables.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/variables.nix b/home/variables.nix index 076afe8..9e0dc48 100644 --- a/home/variables.nix +++ b/home/variables.nix @@ -1,6 +1,7 @@ _: { home.sessionVariables = { NEXT_TELEMETRY_DISABLED = "1"; + NUXT_TELEMETRY_DISABLED = "1"; CHECKPOINT_DISABLE = "1"; DISABLE_TELEMETRY = "YES"; ASTRO_TELEMETRY_DISABLED = "1";