Make firefox default pdf reader
This commit is contained in:
		
							parent
							
								
									a8fafeb510
								
							
						
					
					
						commit
						36cf8102c9
					
				
					 1 changed files with 10 additions and 0 deletions
				
			
		|  | @ -1,5 +1,15 @@ | |||
| #{ pkgs-unstable, ... }: { | ||||
| { ... }: { | ||||
|   xdg = { | ||||
|     enable = true; | ||||
|     mimeApps = { | ||||
|       enable = true; | ||||
|       defaultApplications = { | ||||
|         "application/pdf" = "firefox.desktop"; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   programs.firefox = { | ||||
|     enable = true; | ||||
|     #package = pkgs-unstable.firefox; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue