Better modules
This commit is contained in:
parent
85a23285b8
commit
21ed795cfd
16 changed files with 534 additions and 302 deletions
|
|
@ -3,22 +3,24 @@ let
|
|||
kakouneCommand = "${pkgs.kakoune}/bin/kak";
|
||||
meldCommand = "${pkgs.meld}/bin/meld";
|
||||
in {
|
||||
enable = true;
|
||||
userName = "Filippo Berto";
|
||||
userEmail = "berto.f@protonmail.com";
|
||||
signing = {
|
||||
key = "berto.f@protonmail.com";
|
||||
signByDefault = true;
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Filippo Berto";
|
||||
userEmail = "berto.f@protonmail.com";
|
||||
signing = {
|
||||
key = "berto.f@protonmail.com";
|
||||
signByDefault = true;
|
||||
};
|
||||
extraConfig = {
|
||||
core.editor = kakouneCommand;
|
||||
credential.helper = "cache --timeout=3600";
|
||||
diff.guitool = meldCommand;
|
||||
merge.guitool = meldCommand;
|
||||
pull.rebase = true;
|
||||
rebase.autostash = true;
|
||||
init.defaultBranch = "master";
|
||||
};
|
||||
lfs.enable = true;
|
||||
delta.enable = true;
|
||||
};
|
||||
extraConfig = {
|
||||
core.editor = kakouneCommand;
|
||||
credential.helper = "cache --timeout=3600";
|
||||
diff.guitool = meldCommand;
|
||||
merge.guitool = meldCommand;
|
||||
pull.rebase = true;
|
||||
rebase.autostash = true;
|
||||
init.defaultBranch = "master";
|
||||
};
|
||||
lfs.enable = true;
|
||||
delta.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue