refactor: update default applications to use Zen Browser and modify Flatpak configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 41s

This commit is contained in:
2025-03-01 20:18:05 +01:00
parent 046173ffa9
commit a47b6ea2f2
4 changed files with 12 additions and 14 deletions

View File

@@ -5,10 +5,10 @@
enable = true;
defaultApplications = {
# Brave Browser
"application/xhtml+xml" = [ "firefox.desktop" ];
"text/html" = [ "firefox.desktop" ];
"x-scheme-handler/http" = [ "firefox.desktop" ];
"x-scheme-handler/https" = [ "firefox.desktop" ];
"application/xhtml+xml" = [ "app.zen_browser.zen.desktop" ];
"text/html" = [ "app.zen_browser.zen.desktop" ];
"x-scheme-handler/http" = [ "app.zen_browser.zen.desktop" ];
"x-scheme-handler/https" = [ "app.zen_browser.zen.desktop" ];
# Geary
"x-scheme-handler/mailto" = [ "org.gnome.Geary.desktop" ];