1
Fork 0
nixos-system-config/modules/nixos/hardware/gpu/graphics.nix
2025-01-12 02:57:46 +01:00

9 lines
104 B
Nix

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