nixos-config/system/hardware/opengl.nix
2024-02-07 19:05:44 +01:00

7 lines
114 B
Nix

{pkgs, ...}: {
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
}