nixos-config/sys/profiles/hardware/graphics.nix
2025-01-16 10:08:58 +01:00

6 lines
76 B
Nix

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