1
0
forked from extern/nix-config

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/
This commit is contained in:
Donovan Glover 2023-08-16 13:55:59 -04:00
parent 8359122544
commit b5d6e46fb8
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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; [