home: fix zathura was not the default pdf viewer
This commit is contained in:
parent
fdf50b860e
commit
064e0683d0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
programs.zathura.enable = true;
|
programs.zathura.enable = true;
|
||||||
|
|
||||||
xdg.mimeApps.defaultApplications = {
|
xdg.mimeApps.defaultApplications = {
|
||||||
"application/pdf" = "zathura.desktop";
|
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||||
"WebBrowser" = "firefox.desktop";
|
"WebBrowser" = "firefox.desktop";
|
||||||
"x-scheme-handler/http" = "firefox.desktop";
|
"x-scheme-handler/http" = "firefox.desktop";
|
||||||
"x-scheme-handler/https" = "firefox.desktop";
|
"x-scheme-handler/https" = "firefox.desktop";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue