aboutsummaryrefslogtreecommitdiff
path: root/modules/git.home.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-12-31 15:36:15 +0530
committerAkshay Nair <phenax5@gmail.com>2022-12-31 15:36:15 +0530
commit384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f (patch)
treeeeb81297457460f694d49c7605c8b2cff3a25a0a /modules/git.home.nix
parent8698c617cbb6364c638ad90ab39e13e64def4284 (diff)
downloadnixos-config-384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f.tar.gz
nixos-config-384f3554cc53cf03fa9a4cf9e1bfa74aaa64a13f.zip
config sync
Diffstat (limited to 'modules/git.home.nix')
-rw-r--r--modules/git.home.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/git.home.nix b/modules/git.home.nix
index a8b9b12..66cd793 100644
--- a/modules/git.home.nix
+++ b/modules/git.home.nix
@@ -15,10 +15,10 @@
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi";
};
extraConfig = {
- "color" = {
- "ui" = true;
+ color = {
+ ui = true;
};
- "init" = {
+ init = {
defaultBranch = "main";
};
"color \"diff-highlight\"" = {
@@ -35,7 +35,7 @@
new = "green bold";
whitespace = "red reverse";
};
- #"pull" = { rebase = true; };
+ pull = { rebase = false; };
};
signing.key = "AAAB13AE8B82A5267C1A35D7E1B701723EA37849";
signing.signByDefault = true;