fix(mimes): qutebrowser as default browser
This commit is contained in:
parent
1714e1ecc1
commit
340c1c58aa
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"text/html" = ["org.qutebrowser.qutebrowser.desktop"];
|
"text/html" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||||
|
"x-scheme-handler/http" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||||
|
"x-scheme-handler/https" = ["org.qutebrowser.qutebrowser.desktop"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue