aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = {