home: git: use 'mkMailAccount'

This commit is contained in:
Bruno BELANYI 2021-10-12 17:55:48 +02:00
parent 8d8904ccef
commit 111ee136c8
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ config, pkgs, lib, ... }:
let
cfg = config.my.home.git;
inherit (lib.my) mkMailAddress;
in
{
options.my.home.git = with lib.my; {
@ -11,7 +13,7 @@ in
enable = true;
# Who am I?
userEmail = "bruno@belanyi.fr";
userEmail = mkMailAddress "bruno" "belanyi.fr";
userName = "Bruno BELANYI";
# I want the full experience