changed
This commit is contained in:
parent
7a098f0027
commit
a05422ff0d
8 changed files with 41 additions and 47 deletions
|
|
@ -10,16 +10,18 @@
|
|||
gh
|
||||
diff-so-fancy
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
includes = [
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.git-config";}
|
||||
{path = "${config.home.homeDirectory}/nix/.secrets/.gitconfig";}
|
||||
];
|
||||
settings = {
|
||||
user.name = "alsaiduq-lab";
|
||||
user.email = "riiidge.racer@gmail.com";
|
||||
credential.helper = "store --file=${config.home.homeDirectory}/nix/.secrets/.git-credentials";
|
||||
init.defaultBranch = "master";
|
||||
push.autoSetupRemote = true;
|
||||
pull.rebase = true;
|
||||
core.pager = "diff-so-fancy | less --tabs=4 -RF";
|
||||
interactive.diffFilter = "diff-so-fancy --patch";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue