1
Fork 0
nixos-system-config/modules/nixos/hardware/gpu/graphics.nix

10 lines
104 B
Nix
Raw Normal View History

2025-01-12 02:57:46 +01:00
{ ... }:
{
hardware = {
graphics = {
enable = true;
enable32Bit = true;
};
};
}