caenix/modules/nixos/hardware/gpu/graphics.nix
2025-02-01 14:05:15 +01:00

9 lines
104 B
Nix

{ ... }:
{
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
};
}