git config
This commit is contained in:
parent
453bd605ce
commit
013c78ba4d
1 changed files with 10 additions and 0 deletions
|
@ -46,6 +46,16 @@
|
||||||
mail
|
mail
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git = {
|
||||||
|
enable = true;
|
||||||
|
userName = "catvayor";
|
||||||
|
userEmail = "catvayor@katvayor.net";
|
||||||
|
signing = {
|
||||||
|
key = null;
|
||||||
|
signByDefault = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
firefox
|
firefox
|
||||||
|
|
Loading…
Reference in a new issue