moved more packages to modules
This commit is contained in:
		
							parent
							
								
									c31eb38229
								
							
						
					
					
						commit
						2aad75a334
					
				
					 21 changed files with 453 additions and 48 deletions
				
			
		
							
								
								
									
										17
									
								
								modules/home-manager-modules/programs/gdx-liftoff.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								modules/home-manager-modules/programs/gdx-liftoff.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| { | ||||
|   lib, | ||||
|   pkgs, | ||||
|   config, | ||||
|   osConfig, | ||||
|   ... | ||||
| }: { | ||||
|   options.programs.gdx-liftoff = { | ||||
|     enable = lib.mkEnableOption "enable gdx-liftoff"; | ||||
|   }; | ||||
| 
 | ||||
|   config = lib.mkIf config.programs.gdx-liftoff.enable { | ||||
|     home.packages = with pkgs; [ | ||||
|       gdx-liftoff | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue