forked from jan-leila/nix-config
		
	moved more packages to module
This commit is contained in:
		
							parent
							
								
									eca8dfcf69
								
							
						
					
					
						commit
						7473ad5415
					
				
					 4 changed files with 83 additions and 33 deletions
				
			
		
							
								
								
									
										24
									
								
								modules/home-manager-modules/programs/bruno.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								modules/home-manager-modules/programs/bruno.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,24 @@ | |||
| { | ||||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   osConfig, | ||||
|   ... | ||||
| }: { | ||||
|   options.programs.bruno = { | ||||
|     enable = lib.mkEnableOption "enable bruno"; | ||||
|   }; | ||||
| 
 | ||||
|   config = lib.mkIf config.programs.bruno.enable (lib.mkMerge [ | ||||
|     { | ||||
|       home.packages = with pkgs; [ | ||||
|         bruno | ||||
|       ]; | ||||
|     } | ||||
|     ( | ||||
|       lib.mkIf osConfig.host.impermanence.enable { | ||||
|         # TODO: map impermanence for bruno | ||||
|       } | ||||
|     ) | ||||
|   ]); | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue