git files
This commit is contained in:
		
							parent
							
								
									4e990e85bb
								
							
						
					
					
						commit
						fe837c7695
					
				|  | @ -116,7 +116,6 @@ | ||||||
|     pkgs.neofetch |     pkgs.neofetch | ||||||
| 
 | 
 | ||||||
|     pkgs.wget |     pkgs.wget | ||||||
|     pkgs.git |  | ||||||
| 
 | 
 | ||||||
|     pkgs.gcc |     pkgs.gcc | ||||||
|     pkgs.nodejs_22 |     pkgs.nodejs_22 | ||||||
|  | @ -132,6 +131,9 @@ | ||||||
|     pkgs.tmux # multiplexer |     pkgs.tmux # multiplexer | ||||||
| 
 | 
 | ||||||
|     pkgs.steam |     pkgs.steam | ||||||
|  |      | ||||||
|  |     pkgs.gitFull # git, git gui, gitk | ||||||
|  |     pkgs.tk # for git ui | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Some programs need SUID wrappers, can be configured further or are |   # Some programs need SUID wrappers, can be configured further or are | ||||||
|  |  | ||||||
							
								
								
									
										12
									
								
								home.nix
								
								
								
								
							
							
						
						
									
										12
									
								
								home.nix
								
								
								
								
							|  | @ -14,6 +14,18 @@ | ||||||
|     ]; |     ]; | ||||||
|   }; |   }; | ||||||
| 
 | 
 | ||||||
|  |   programs.git = { | ||||||
|  |     enable = true; | ||||||
|  |     userName  = "Lorenz Hohmermuth"; | ||||||
|  |     userEmail = "loflho@proton.me"; | ||||||
|  |     extraConfig = { | ||||||
|  |       push = { autoSetupRemote = true; }; | ||||||
|  |       credential.helper = "${ | ||||||
|  |           pkgs.git.override { withLibsecret = true; } | ||||||
|  |         }/bin/git-credential-libsecret"; | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
|  | 
 | ||||||
|   #spotify |   #spotify | ||||||
| 
 | 
 | ||||||
|   programs.spicetify = |   programs.spicetify = | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue