fixed property

This commit is contained in:
2024-09-27 00:50:59 +09:00
parent 44f0e39204
commit b7776cc283

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
hardware.graphics.enable = true;
hardware.graphics.driSupport32Bit = true;
hardware.graphics.enable32Bit = true;
hardware.graphics.extraPackages = with pkgs; [
mesa
];