forked from jan-leila/nix-config
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			229 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{...}: {
 | 
						|
  config = {
 | 
						|
    programs = {
 | 
						|
      git = {
 | 
						|
        settings = {
 | 
						|
          user.name = "Leyla Becker";
 | 
						|
          user.email = "git@jan-leila.com";
 | 
						|
          init.defaultBranch = "main";
 | 
						|
        };
 | 
						|
      };
 | 
						|
    };
 | 
						|
  };
 | 
						|
}
 |