From 8f90e50e17fa5c266d16acc1c0ef5b19c07c82a8 Mon Sep 17 00:00:00 2001 From: Odweta Date: Wed, 21 Jan 2026 17:53:22 +0100 Subject: [PATCH] update vulkan --- modules/hardware/vulkan.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/hardware/vulkan.nix b/modules/hardware/vulkan.nix index f038f8d..58b924b 100644 --- a/modules/hardware/vulkan.nix +++ b/modules/hardware/vulkan.nix @@ -1,13 +1,11 @@ -{ pkgs, ... }: +{ lib, config, pkgs, ... }: { environment.systemPackages = with pkgs; [ vulkan-tools libglvnd # modern GL dispatch lib32.libglvnd # 32-bit GL support - ]; - environment.systemPackages = with pkgs; [ # 32-bit graphics lib32.libglvnd lib32.glfw3