mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-29 19:00:47 +02:00
feat: nixos configs & docs
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.packages = [pkgs.gh];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
||||
userName = "Ryan Yin";
|
||||
userEmail = "xiaoyin_c@qq.com";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user