11 lines
No EOL
189 B
Nix
11 lines
No EOL
189 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.git = {
|
|
enable = true;
|
|
userName = "Florian RICHER";
|
|
userEmail = "florian.richer@protonmail.com";
|
|
|
|
# signing.signByDefault = true;
|
|
};
|
|
} |