14 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			193 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   inputs,
 | |
|   inputs',
 | |
|   ...
 | |
| }: {
 | |
|   imports = [
 | |
|     inputs.ghostty-hm.homeModules.default
 | |
|   ];
 | |
| 
 | |
|   programs.ghostty = {
 | |
|     enable = true;
 | |
|     package = inputs'.ghostty.packages.default;
 | |
|   };
 | |
| }
 |