mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 18:21:04 +02:00
chore: Improve formatting
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
||||
environment.sessionVariables = {
|
||||
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
||||
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";
|
||||
GATSBY_TELEMETRY_DISABLED = "1";
|
||||
EDITOR = "nvim";
|
||||
|
Reference in New Issue
Block a user