reNixos/s0mePC-nix/hardware/graphics.nix
2025-04-27 12:47:02 +03:00

8 lines
126 B
Nix

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