diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-27 08:35:45 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-27 13:05:31 -0800 |
commit | 504742391a622e8352e194352f181aa2210fe6a3 (patch) | |
tree | 2aefdc54673e662a65bd3a324dd70cc19f72b108 /users/fcuny | |
parent | software: drop nautilus, add a few more things (diff) | |
download | world-504742391a622e8352e194352f181aa2210fe6a3.tar.gz |
xdg: let's drop the mime configuration
Let's rely on the default for now.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/xdg.nix | 13 |
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 = { |