moved all of my config into this nix flake
This commit is contained in:
11
common/programms/git.nix
Normal file
11
common/programms/git.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
{
|
||||
home-manager.users.me.programms.git = {
|
||||
enable = true;
|
||||
userName = "Sebastian Moser";
|
||||
userEmail = "sewi.moser@gmail.com";
|
||||
|
||||
extraConfig.core.editor = "nvim";
|
||||
extraConfig.core.excludesfile = "gitignore";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user