reNixos/s0mePC-nix/hardware/graphics.nix
2025-04-21 18:32:39 +03:00

10 lines
143 B
Nix

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