refactor: inputs/ --> {sys,home}/
This commit is contained in:
		
							parent
							
								
									8f22a24963
								
							
						
					
					
						commit
						f77c627980
					
				
					 225 changed files with 77 additions and 88 deletions
				
			
		
							
								
								
									
										24
									
								
								home/modules/console/utility/git/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								home/modules/console/utility/git/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| { pkgs, config, lib, ... }: | ||||
|   let  | ||||
|     cfg = config.homeModules.console.utility.git; | ||||
|   in | ||||
| {  | ||||
|   config = lib.mkIf cfg.enable { | ||||
|     programs.git = { | ||||
|       enable = true; | ||||
|       package = pkgs.gitAndTools.gitFull; | ||||
|       userName = "ooks-io"; | ||||
|       userEmail = "ooks@protonmail.com"; | ||||
|       extraConfig = { | ||||
|         gpg."ssh".program = "${pkgs._1password-gui}/bin/op-ssh-sign"; | ||||
|       }; | ||||
|       ignores = [ ".direnv" "result" ]; | ||||
|       lfs.enable = true; | ||||
|     }; | ||||
|    | ||||
|     home.packages = with pkgs; [ | ||||
|       lazygit | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue