mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-02 07:05:03 +02: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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
aliases = {
|
||||||
|
contrib = "shortlog -n -s";
|
||||||
|
remotes = "remote -v";
|
||||||
|
praise = "blame";
|
||||||
|
verify = "log --show-signature";
|
||||||
|
};
|
||||||
|
|
||||||
attributes = [
|
attributes = [
|
||||||
"*.lockb binary diff=lockb"
|
"*.lockb binary diff=lockb"
|
||||||
];
|
];
|
||||||
@ -46,13 +53,6 @@ in
|
|||||||
date = "relative";
|
date = "relative";
|
||||||
};
|
};
|
||||||
|
|
||||||
alias = {
|
|
||||||
contrib = "shortlog -n -s";
|
|
||||||
remotes = "remote -v";
|
|
||||||
praise = "blame";
|
|
||||||
verify = "log --show-signature";
|
|
||||||
};
|
|
||||||
|
|
||||||
"color \"diff-highlight\"" = {
|
"color \"diff-highlight\"" = {
|
||||||
oldNormal = "red bold";
|
oldNormal = "red bold";
|
||||||
oldHighlight = "red bold";
|
oldHighlight = "red bold";
|
||||||
|
@ -13,7 +13,7 @@ in
|
|||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
GIT_DISCOVERY_ACROSS_FILESYSTEM = "1";
|
||||||
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";
|
GATSBY_TELEMETRY_DISABLED = "1";
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
Loading…
Reference in New Issue
Block a user