From cdbb6f30020a799609c77dfce315118e462951e5 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 16 Sep 2024 22:27:07 +0200 Subject: [PATCH] this was here since 1953 and I didn't notice --- modules/other/xdg.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/other/xdg.nix b/modules/other/xdg.nix index 02efa08..1167f29 100644 --- a/modules/other/xdg.nix +++ b/modules/other/xdg.nix @@ -107,7 +107,7 @@ in { "video/3gpp2" = [ media_player ]; "image/png" = [ image_viewer ]; "image/jpeg" = [ image_viewer ]; - "image/gif" = [ image_viewer ]; + "image/gif" = [ media_player ]; "image/avif" = [ image_viewer ]; "image/bmp" = [ image_viewer ]; "image/vnd.microsoft.icon" = [ image_viewer ];