From 90b639920465825b456c8b3759deb05802e6be97 Mon Sep 17 00:00:00 2001 From: Martin Benonisen Date: Sat, 2 Nov 2024 02:45:21 +0100 Subject: [PATCH] lol --- system/programs.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/system/programs.nix b/system/programs.nix index 0cdc7c6..7bc08f7 100644 --- a/system/programs.nix +++ b/system/programs.nix @@ -45,7 +45,22 @@ vkd3d vkd3d-proton vk-bootstrap - lutris + (lutris.override { + extraLibraries = pkgs: [ + # List library dependencies here + gst_all_1.gstreamer + # Common plugins like "filesrc" to combine within e.g. gst-launch + gst_all_1.gst-plugins-base + # Specialized plugins separated by quality + gst_all_1.gst-plugins-good + gst_all_1.gst-plugins-bad + gst_all_1.gst-plugins-ugly + # Plugins to reuse ffmpeg to play almost every video format + gst_all_1.gst-libav + # Support the Video Audio (Hardware) Acceleration API + gst_all_1.gst-vaapi + ]; + }) sipcalc xdg-utils pass