mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 14:48:37 +01:00
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:
parent
8359122544
commit
b5d6e46fb8
@ -9,6 +9,7 @@
|
|||||||
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
|
FZF_DEFAULT_OPTS = "--height 40% --reverse --border --color=16";
|
||||||
NODE_OPTIONS = "--max_old_space_size=16384";
|
NODE_OPTIONS = "--max_old_space_size=16384";
|
||||||
BAT_THEME = "base16";
|
BAT_THEME = "base16";
|
||||||
|
GATSBY_TELEMETRY_DISABLED = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user