Skip to content

Commit

Permalink
mime-apps: specify text/html and application/pdf
Browse files Browse the repository at this point in the history
Necessary due to Chromium wanting to open these files instead.
  • Loading branch information
donovanglover committed Oct 10, 2024
1 parent e38bb21 commit 5d5c4d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/mime-apps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 5d5c4d7

Please sign in to comment.