about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-25 02:35:31 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-05-25 02:36:12 +0200
commit2a8e5155c9f73137174ce6d1a043f7628cf5489b (patch)
treeb2a4717140ec48bf300e942ec194692e51582dbe /nixos
parente499cfa37b4101bb0f78a535948ec6b29fa131d1 (diff)
nixos/no-x-libs: add libplacebo
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/no-x-libs.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index 1d7976cef36a2..b31b812b153e1 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -54,6 +54,7 @@ with lib;
       intel-vaapi-driver = super.intel-vaapi-driver.override { enableGui = false; };
       libdevil = super.libdevil-nox;
       libextractor = super.libextractor.override { gtkSupport = false; };
+      libplacebo = super.libplacebo.override { vulkanSupport = false; };
       libva = super.libva-minimal;
       limesuite = super.limesuite.override { withGui = false; };
       mc = super.mc.override { x11Support = false; };