[zellij] Move to proper module
This commit is contained in:
		
							parent
							
								
									502f0f8bb0
								
							
						
					
					
						commit
						189b8278b7
					
				
					 6 changed files with 21 additions and 18 deletions
				
			
		
							
								
								
									
										18
									
								
								nixos/modules/programs/zellij/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								nixos/modules/programs/zellij/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,18 @@ | |||
| { config, lib, pkgs, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.sisyphus.programs.zellij; | ||||
| in { | ||||
|   options.sisyphus.programs.zellij.enable = lib.mkEnableOption "Zellij"; | ||||
| 
 | ||||
|   config = lib.mkIf cfg.enable { | ||||
|     environment.systemPackages = with pkgs; [ | ||||
|       zellij | ||||
|     ]; | ||||
| 
 | ||||
|     fonts.fonts = with pkgs; [ | ||||
|       noto-fonts | ||||
|       noto-fonts-cjk | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue