blob: 35a71753157025458a100f596ffce8a98dbac36c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{ config, pkgs, ... }:
{
programs.git = {
enable = true;
userName = "aethrvmn";
userEmail = "me@aethrvmn.gr";
extraConfig = {
core.editor = "hx";
};
signing = {
key = "2DEC 190B 26C6 188E 5951 66AA 0F0C D756 AA91 0DB6";
signByDefault = true;
};
};
}
|
; all rights regarding Text and Data Mining (TDM) are reserved.