nixos-config/systemProfiles/hardware/graphics.nix
2024-10-25 10:39:48 +02:00

6 lines
76 B
Nix

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