default browser
This commit is contained in:
parent
629276540b
commit
50caf8703d
|
|
@ -32,6 +32,10 @@ lib.mkIf config.u.has.graphical {
|
||||||
"application/xml" = text;
|
"application/xml" = text;
|
||||||
"text/html" = text;
|
"text/html" = text;
|
||||||
|
|
||||||
|
"application/pdf" = browser;
|
||||||
|
"x-scheme-handler/http" = browser;
|
||||||
|
"x-scheme-handler/https" = browser;
|
||||||
|
|
||||||
"inode/directory" = "org.kde.dolphin.desktop";
|
"inode/directory" = "org.kde.dolphin.desktop";
|
||||||
};
|
};
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue