mirror of
				https://github.com/hyprwm/hyprland-plugins.git
				synced 2025-10-29 19:58:49 +00:00 
			
		
		
		
	hyprfocus: add default.nix
This commit is contained in:
		
							parent
							
								
									39c2832102
								
							
						
					
					
						commit
						a65f46c564
					
				
							
								
								
									
										19
									
								
								hyprfocus/default.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								hyprfocus/default.nix
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,19 @@ | ||||
| { | ||||
|   lib, | ||||
|   hyprland, | ||||
|   hyprlandPlugins, | ||||
| }: | ||||
| hyprlandPlugins.mkHyprlandPlugin hyprland { | ||||
|   pluginName = "hyprfocus"; | ||||
|   version = "0.1"; | ||||
|   src = ./.; | ||||
| 
 | ||||
|   inherit (hyprland) nativeBuildInputs; | ||||
| 
 | ||||
|   meta = with lib; { | ||||
|     homepage = "https://github.com/hyprwm/hyprland-plugins"; | ||||
|     description = "Hyprland flashfocus plugin"; | ||||
|     license = licenses.bsd3; | ||||
|     platforms = platforms.linux; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user