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
This commit is contained in:
12
home/git.nix
Normal file
12
home/git.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ # Git
|
||||
programs.git = {
|
||||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
name = "luochen570";
|
||||
email = "1160510664@qq.com";
|
||||
};
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user