Fix enable32bit option

This commit is contained in:
Jimbo 2025-03-01 16:54:54 -05:00
parent 5712f3bc44
commit 3f176f4ae7

View file

@ -7,7 +7,7 @@
hardware.graphics = {
enable = config.system.desktop.enable;
enable32Bit = if config.nixpkgs.hostPlatform == "x86_64-linux" then true else false;
enable32Bit = if config.nixpkgs.hostPlatform.linuxArch == "x86_64" then true else false;
extraPackages = with pkgs; [
vulkan-loader
vulkan-validation-layers