feat: update Zen browser version to 1.12.3b; change default browser to Firefox in dconf and default apps configuration
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
# default browser
|
||||
"application/xhtml+xml" = [ "zen.desktop" ];
|
||||
"text/html" = [ "zen.desktop" ];
|
||||
"x-scheme-handler/http" = [ "zen.desktop" ];
|
||||
"x-scheme-handler/https" = [ "zen.desktop" ];
|
||||
"application/xhtml+xml" = [ "firefox.desktop" ];
|
||||
"text/html" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/http" = [ "firefox.desktop" ];
|
||||
"x-scheme-handler/https" = [ "firefox.desktop" ];
|
||||
|
||||
# default file manager
|
||||
"inode/directory" = [ "nemo.desktop" ];
|
||||
|
Reference in New Issue
Block a user