7 lines
116 B
Nix
7 lines
116 B
Nix
{ pkgs, ... }: {
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "noe";
|
|
userEmail = "git@kat.cafe";
|
|
};
|
|
}
|