about summary refs log tree commit diff
path: root/nixos/modules/config
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2024-02-05 01:25:46 +0300
committerIzorkin <izorkin@elven.pw>2024-02-05 01:32:05 +0300
commit15dfbbd4c3a6e596b665c308058a63f6e4236c92 (patch)
tree1156cd35f5110e2e1d56067d9413c284dfe965b9 /nixos/modules/config
parent69206539d4c9c613855063b0e56ff521fa73a91b (diff)
fastfetch: add vulkanSupport option
Diffstat (limited to 'nixos/modules/config')
-rw-r--r--nixos/modules/config/no-x-libs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/no-x-libs.nix b/nixos/modules/config/no-x-libs.nix
index f03c055a6e1d4..2f763290e32dd 100644
--- a/nixos/modules/config/no-x-libs.nix
+++ b/nixos/modules/config/no-x-libs.nix
@@ -30,7 +30,7 @@ with lib;
       beam = super.beam_nox;
       cairo = super.cairo.override { x11Support = false; };
       dbus = super.dbus.override { x11Support = false; };
-      fastfetch = super.fastfetch.override { waylandSupport = false; x11Support = false; };
+      fastfetch = super.fastfetch.override { vulkanSupport = false; waylandSupport = false; x11Support = false; };
       ffmpeg_4 = super.ffmpeg_4.override { ffmpegVariant = "headless"; };
       ffmpeg_5 = super.ffmpeg_5.override { ffmpegVariant = "headless"; };
       # dep of graphviz, libXpm is optional for Xpm support