git config

This commit is contained in:
Ivan Dimitrov 2023-07-01 22:58:06 +03:00
parent b4d37aee36
commit 87a3409ec1

View File

@ -58,6 +58,7 @@
mlocate mlocate
]; ];
variables = { variables = {
EDITOR = "nvim";
}; };
shells = with pkgs; [ zsh ]; shells = with pkgs; [ zsh ];
}; };
@ -112,6 +113,11 @@
home-manager = { home-manager = {
enable = true; enable = true;
}; };
git = {
enable = true;
userName = "Ivan Dimitrov";
userEmail = "ivan@idimitrov.dev";
};
kitty = { kitty = {
enable = true; enable = true;
settings = { settings = {