mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-12 21:35:38 +01:00
13 lines
159 B
Nix
13 lines
159 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: {
|
|
home.packages = [pkgs.gh];
|
|
|
|
programs.git = {
|
|
enable = true;
|
|
|
|
userName = "Ryan Yin";
|
|
userEmail = "xiaoyin_c@qq.com";
|
|
};
|
|
} |