update vulkan

This commit is contained in:
Odweta
2026-01-21 17:55:37 +01:00
parent 985ad2f8c2
commit 995ad91c0e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -4,4 +4,5 @@
system.stateVersion = "25.11"; system.stateVersion = "25.11";
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.config.i686Support = true;
} }
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, lib32, config, pkgs, ... }: { lib, config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [