refactor: update default applications to use Zen Browser and modify Flatpak configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
Some checks failed
Nix Format Check / check-format (push) Failing after 41s
This commit is contained in:
@@ -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"
|
||||
|
@@ -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" ];
|
||||
|
Reference in New Issue
Block a user