nix/modules/opengl.nix

7 lines
110 B
Nix

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