home/natto: split programs.nix
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
		
							
								
								
									
										13
									
								
								home/natto/mpv.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								home/natto/mpv.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
{ ... }:
 | 
			
		||||
{
 | 
			
		||||
  programs = {
 | 
			
		||||
    mpv = {
 | 
			
		||||
      enable = true;
 | 
			
		||||
      config = {
 | 
			
		||||
        force-window = true;
 | 
			
		||||
        keep-open = true;
 | 
			
		||||
        save-position-on-quit = true;
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user