feat(ffmpeg): add ffmpeg to path
This commit is contained in:
		
							parent
							
								
									9e3d904470
								
							
						
					
					
						commit
						5bfb96679b
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| { lib, config, ... }: | ||||
| { lib, config, pkgs, ... }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.homeModules.desktop.media.video.mpv; | ||||
|  | @ -8,5 +8,6 @@ in | |||
|     programs.mpv = lib.mkIf cfg.enable { | ||||
|       enable = true; | ||||
|     }; | ||||
|     home.packages = [ pkgs.ffmpeg ]; | ||||
|   }; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue