[Init]
This commit is contained in:
23
home/cli/git/default.nix
Executable file
23
home/cli/git/default.nix
Executable file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "soraefir+git@pm.me";
|
||||
userName = "soraefir";
|
||||
signing = {
|
||||
key = "4E241635F8EDD2919D2FB44CA362EA0491E2EEA0";
|
||||
signByDefault = true;
|
||||
};
|
||||
ignores = ["*result*" ".direnv" "node_modules"];
|
||||
extraConfig = {
|
||||
core.hooksPath = "./.dev/hooks";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
tig
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user