about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-27 08:35:45 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-27 13:05:31 -0800
commit504742391a622e8352e194352f181aa2210fe6a3 (patch)
tree2aefdc54673e662a65bd3a324dd70cc19f72b108 /users
parentsoftware: drop nautilus, add a few more things (diff)
downloadworld-504742391a622e8352e194352f181aa2210fe6a3.tar.gz
xdg: let's drop the mime configuration
Let's rely on the default for now.
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/desktop/xdg.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/users/fcuny/desktop/xdg.nix b/users/fcuny/desktop/xdg.nix
index a932a61..44a5ce1 100644
--- a/users/fcuny/desktop/xdg.nix
+++ b/users/fcuny/desktop/xdg.nix
@@ -10,19 +10,6 @@
 
     mimeApps = {
       enable = true;
-      defaultApplications =
-        let defaultBrowser = "firefox.desktop";
-        in {
-          "x-scheme-handler/http" = [ defaultBrowser ];
-          "x-scheme-handler/https" = [ defaultBrowser ];
-          "x-scheme-handler/chrome" = [ defaultBrowser ];
-          "application/x-extension-htm" = [ defaultBrowser ];
-          "application/x-extension-html" = [ defaultBrowser ];
-          "application/x-extension-shtml" = [ defaultBrowser ];
-          "application/xhtml+xml" = [ defaultBrowser ];
-          "application/x-extension-xhtml" = [ defaultBrowser ];
-          "application/x-extension-xht" = [ defaultBrowser ];
-        };
     };
 
     userDirs = {