about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/shiki.nix2
-rw-r--r--pkgs/profpatsch/xdg-open/config.dhall2
2 files changed, 2 insertions, 2 deletions
diff --git a/machines/profpatsch/shiki.nix b/machines/profpatsch/shiki.nix
index d9060535..a7e28ceb 100644
--- a/machines/profpatsch/shiki.nix
+++ b/machines/profpatsch/shiki.nix
@@ -198,7 +198,7 @@ in {
         pkgs.vuizvui.profpatsch.droopy # simple HTML upload server
         # electrum             # bitcoin client
         emacs                # pretty neat operating system i guess
-        feh                  # brother of meh, displays images in a meh way, but fast
+        imv                  # young brother of feh and less meh
         filezilla            # FTP GUI business-ready interface framework
         gimp                 # graphics
         inkscape             # vector graphics
diff --git a/pkgs/profpatsch/xdg-open/config.dhall b/pkgs/profpatsch/xdg-open/config.dhall
index 40a791af..9820df96 100644
--- a/pkgs/profpatsch/xdg-open/config.dhall
+++ b/pkgs/profpatsch/xdg-open/config.dhall
@@ -86,7 +86,7 @@ let mimeMatcher =
               , { match = mime.text.any, cmd = special.open-in-editor }
               , { match = mime.image.gif, cmd = special.open-in-browser }
               , { match = mime.image.svg, cmd = oneArg (pkgSame "inkscape") }
-              , { match = mime.image.any, cmd = oneArg (pkgSame "feh") }
+              , { match = mime.image.any, cmd = oneArg (pkgSame "imv") }
               , { match = mime.pdf, cmd = oneArg (pkgSame "zathura") }
               , { match = mime.pgp-key
                 , cmd =