forked from jan-leila/nix-config
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| {pkgs, ...}: {
 | |
|   environment.systemPackages = with pkgs; [
 | |
|     ffsubsync
 | |
|     sox
 | |
|     yt-dlp
 | |
|     ffmpeg
 | |
|     imagemagick
 | |
|   ];
 | |
| }
 |