From b5d6e46fb824c7fd1a62fc26f0d736d8c0eaddee Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 16 Aug 2023 13:55:59 -0400 Subject: [PATCH] fish: Enable GATSBY_TELEMETRY_DISABLED This should get rid of the feedback prompts that Gatsby shows users. See: https://www.gatsbyjs.com/docs/cli-feedback/ --- modules/fish.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish.nix b/modules/fish.nix index 1600be0..6cdde3f 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -9,6 +9,7 @@ FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16"; NODE_OPTIONS = "--max_old_space_size=16384"; BAT_THEME = "base16"; + GATSBY_TELEMETRY_DISABLED = "1"; }; environment.systemPackages = with pkgs; [