From 995ad91c0ed25d6513e8f68a540a9cdc0b344919 Mon Sep 17 00:00:00 2001 From: Odweta Date: Wed, 21 Jan 2026 17:55:37 +0100 Subject: [PATCH] update vulkan --- modules/core/nix-settings.nix | 1 + modules/hardware/vulkan.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/nix-settings.nix b/modules/core/nix-settings.nix index 366ca75..c3596ce 100644 --- a/modules/core/nix-settings.nix +++ b/modules/core/nix-settings.nix @@ -4,4 +4,5 @@ system.stateVersion = "25.11"; nix.settings.experimental-features = [ "nix-command" "flakes" ]; nixpkgs.config.allowUnfree = true; + nixpkgs.config.i686Support = true; } diff --git a/modules/hardware/vulkan.nix b/modules/hardware/vulkan.nix index bfdcb98..93c349a 100644 --- a/modules/hardware/vulkan.nix +++ b/modules/hardware/vulkan.nix @@ -1,4 +1,4 @@ -{ lib, lib32, config, pkgs, ... }: +{ lib, config, pkgs, ... }: { environment.systemPackages = with pkgs; [