swaybg: enable support for jxl images (#468153)

This commit is contained in:
Aleksana
2025-12-07 14:01:22 +00:00
committed by GitHub
+2
View File
@@ -15,6 +15,7 @@
wayland-scanner,
wrapGAppsNoGuiHook,
librsvg,
libjxl,
}:
stdenv.mkDerivation rec {
@@ -59,6 +60,7 @@ stdenv.mkDerivation rec {
extraLoaders = [
librsvg
webp-pixbuf-loader
libjxl
];
}
}"