chore: Improve formatting

This commit is contained in:
Donovan Glover 2024-04-16 20:04:24 -04:00
parent 74f0e33d19
commit f6f180ffc3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 8 additions and 8 deletions

View File

@ -15,6 +15,13 @@ in
programs.git = {
enable = true;
aliases = {
contrib = "shortlog -n -s";
remotes = "remote -v";
praise = "blame";
verify = "log --show-signature";
};
attributes = [
"*.lockb binary diff=lockb"
];
@ -46,13 +53,6 @@ in
date = "relative";
};
alias = {
contrib = "shortlog -n -s";
remotes = "remote -v";
praise = "blame";
verify = "log --show-signature";
};
"color \"diff-highlight\"" = {
oldNormal = "red bold";
oldHighlight = "red bold";

View File

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