From a3661eb2be8bb46a7816c5d7856f9336ec70043c Mon Sep 17 00:00:00 2001 From: File Magic Date: Wed, 27 May 2026 01:14:47 -0400 Subject: [PATCH] hardware-configuration.nix: fix graphics card to work for 32 bit. --- hardware-configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hardware-configuration.nix b/hardware-configuration.nix index 335a175..b324d4e 100644 --- a/hardware-configuration.nix +++ b/hardware-configuration.nix @@ -12,7 +12,8 @@ imports = [ (modulesPath + "/installer/scan/not-detected.nix") ]; - + hardware.graphics.enable = true; + hardware.graphics.enable32Bit = true; boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" -- 2.51.2