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

@@ -51,7 +51,7 @@
# add more by listing them with `dconf read /org/gnome/shell/favorite-apps | sed "s/,//g; s/'/\"/g"` then copy pasting the output here
"org/gnome/shell" = {
favorite-apps = [
"org.mozilla.firefox.desktop"
"app.zen_browser.zen.desktop"
"com.spotify.Client.desktop"
"FFPWA-01JN0Y8Z6KR644ZG4CV0QAYPRF.desktop"
"FFPWA-01JN0YCBNR29VRW8GN5YBZSQ7W.desktop"

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" ];