9 lines
		
	
	
		
			114 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { ... }:
 | |
| {
 | |
|   programs.zellij = {
 | |
|     enable = true;
 | |
|     # enableZshIntegration = true;
 | |
|     settings = { };
 | |
|   };
 | |
| }
 |