Files
nixos/home/git.nix
luochen570 611d7c1c1f modified: flake.nix
new file:   home/git.nix
	new file:   home/nvchad.nix
	new file:   home/zsh.nix
	new file:   hosts/server/default.nix
	new file:   lib/mkHost.nix
	new file:   modules/wsl/wsl.nix
	new file:   profiles/server.nix
2026-02-27 12:03:01 +08:00

12 lines
205 B
Nix

{ # Git
programs.git = {
enable = true;
settings = {
user = {
name = "luochen570";
email = "1160510664@qq.com";
};
init.defaultBranch = "main";
};
};
}