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"