20 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			208 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {
 | |
|   lib,
 | |
|   pkgs,
 | |
|   config,
 | |
|   osConfig ? { },
 | |
|   format ? "unknown",
 | |
|   ...
 | |
| }:
 | |
| with lib.wyrdgard;
 | |
| {
 | |
|   wyrdgard = {
 | |
|     apps = {
 | |
|       kitty = enabled;
 | |
|     };
 | |
| 
 | |
|     tools = {
 | |
|       direnv = enabled;
 | |
|     };
 | |
|   };
 | |
| }
 |