a lot more changes to get it to work on hpm
This commit is contained in:
15
programs/git.nix
Normal file
15
programs/git.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Sebastian Moser";
|
||||
userEmail = "me@c2vi.dev";
|
||||
|
||||
extraConfig = {
|
||||
core.editor = "nvim";
|
||||
core.color.ui = true;
|
||||
core.pager = "delta";
|
||||
extraConfig.core.excludesfile = "~/.config/git/gitignore";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user