about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-02-28 13:47:32 +0100
committerProfpatsch <mail@profpatsch.de>2022-02-28 15:49:28 +0100
commit8f0341f82e025b98bbd5418e74311b6bb91cc149 (patch)
tree1fde74e2f2a94b20126d0666af2c15dc1d48d231 /pkgs/profpatsch
parentf25b93788eb171b52aee56ecb67bee4d86db30ff (diff)
Profpatsch/xdg-open: don’t add a specific handler for file:
It’s hard-coded as the default case in our script already, this was
breaking that functionality.
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/xdg-open/config.dhall5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/profpatsch/xdg-open/config.dhall b/pkgs/profpatsch/xdg-open/config.dhall
index 13e0766d..27667902 100644
--- a/pkgs/profpatsch/xdg-open/config.dhall
+++ b/pkgs/profpatsch/xdg-open/config.dhall
@@ -190,11 +190,6 @@ in  λ(pkgs : { package : Text, binary : Text } → Executable) →
               , schema-prefix = [ "irc", "ircs" ]
               , handler = mime.irc
               }
-            , { desc = "local file"
-              , glob = [ "file://*" ]
-              , schema-prefix = [ "file" ]
-              , handler = mime.file
-              }
             ]
 
       in  { uriMimeGlobs