mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	utility/images: add magick to lua packages
This commit is contained in:
		
					parent
					
						
							
								7cb428520b
							
						
					
				
			
			
				commit
				
					
						d7878b525c
					
				
			
		
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -10,12 +10,13 @@ | |||
| in { | ||||
|   config = mkIf cfg.enable { | ||||
|     vim = { | ||||
|       startPlugins = | ||||
|         [ | ||||
|           "image-nvim" | ||||
|           # TODO: needs luarockss here somehow | ||||
|         ] | ||||
|         ++ (attrValues {inherit (pkgs) luarocks imagemagick;}); | ||||
|       startPlugins = [ | ||||
|         "image-nvim" | ||||
|       ]; | ||||
| 
 | ||||
|       luaPackages = [ | ||||
|         "magick" | ||||
|       ]; | ||||
| 
 | ||||
|       luaConfigRC.image-nvim = nvim.dag.entryAnywhere '' | ||||
|         require("image").setup( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frothy
				Frothy