forked from jan-leila/nix-config
		
	refactor: updated git configuration
This commit is contained in:
		
							parent
							
								
									db8d36dadc
								
							
						
					
					
						commit
						466926b919
					
				
					 2 changed files with 10 additions and 6 deletions
				
			
		|  | @ -32,9 +32,11 @@ in { | ||||||
|       (lib.mkIf (config.user.isDesktopUser || config.user.isTerminalUser) { |       (lib.mkIf (config.user.isDesktopUser || config.user.isTerminalUser) { | ||||||
|         git = { |         git = { | ||||||
|           enable = true; |           enable = true; | ||||||
|           userName = "Eve"; |           settings = { | ||||||
|           userEmail = "evesnrobins@gmail.com"; |             user.name = "Eve"; | ||||||
|           extraConfig.init.defaultBranch = "main"; |             user.email = "evesnrobins@gmail.com"; | ||||||
|  |             init.defaultBranch = "main"; | ||||||
|  |           }; | ||||||
|         }; |         }; | ||||||
| 
 | 
 | ||||||
|         openssh = { |         openssh = { | ||||||
|  |  | ||||||
|  | @ -2,9 +2,11 @@ | ||||||
|   config = { |   config = { | ||||||
|     programs = { |     programs = { | ||||||
|       git = { |       git = { | ||||||
|         userName = "Leyla Becker"; |         settings = { | ||||||
|         userEmail = "git@jan-leila.com"; |           user.name = "Leyla Becker"; | ||||||
|         extraConfig.init.defaultBranch = "main"; |           user.email = "git@jan-leila.com"; | ||||||
|  |           init.defaultBranch = "main"; | ||||||
|  |         }; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue