mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
mime-apps: specify text/html and application/pdf
Necessary due to Chromium wanting to open these files instead.
This commit is contained in:
parent
e38bb2123b
commit
5d5c4d7853
@ -3,11 +3,13 @@
|
||||
enable = true;
|
||||
|
||||
defaultApplications = {
|
||||
"text/html" = "librewolf.desktop";
|
||||
"text/markdown" = "nvim.desktop";
|
||||
"text/plain" = "nvim.desktop";
|
||||
"image/png" = "pqiv.desktop";
|
||||
"image/jpeg" = "pqiv.desktop";
|
||||
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
|
||||
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
||||
"application/x-wine-extension-osz" = "osu-stable.desktop";
|
||||
"x-scheme-handler/http" = "librewolf.desktop";
|
||||
"x-scheme-handler/https" = "librewolf.desktop";
|
||||
|
Loading…
Reference in New Issue
Block a user