From 92cdf3d349e9965f3b568cca49502c330221f32f Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 27 Sep 2024 16:50:03 +0200 Subject: [PATCH] feat(nextcloud): add WEBP format to supported previews This commit enhances the Nextcloud configuration by enabling previews for WEBP image files. It adds "OC\\Preview\\WEBP" to the list of supported preview formats. --- systems/x86_64-linux/mx/nextcloud.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/x86_64-linux/mx/nextcloud.nix b/systems/x86_64-linux/mx/nextcloud.nix index caeeee9..68bdeaa 100644 --- a/systems/x86_64-linux/mx/nextcloud.nix +++ b/systems/x86_64-linux/mx/nextcloud.nix @@ -40,6 +40,7 @@ "OC\\Preview\\PDF" "OC\\Preview\\PNG" "OC\\Preview\\TXT" + "OC\\Preview\\WEBP" "OC\\Preview\\XBitmap" ]; };