mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-24 21:51:29 +01:00
chore: Improve formatting
This commit is contained in:
parent
74f0e33d19
commit
f6f180ffc3
14
home/git.nix
14
home/git.nix
@ -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";
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user