From 34ce4697845cd18800c0d42f391a93abaa8c7561 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 10 Jul 2021 08:11:49 +0700 Subject: [PATCH] add png and jpeg mimeapps --- users/rin/xdg.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/rin/xdg.nix b/users/rin/xdg.nix index 1515e08..2f14461 100644 --- a/users/rin/xdg.nix +++ b/users/rin/xdg.nix @@ -17,8 +17,9 @@ let "application/x-extension-xhtml" "application/x-extension-xht" ] // { - # XXX: this thing found it unwritable so it just deletes it and rewrite??? "x-scheme-handler/tg" = "userapp-Kotatogram Desktop-CHJI40.desktop"; + "image/png" = "feh.desktop"; + "image/jpeg" = "feh.desktop"; }; in { xdg = {