zaneyos/config/system/opengl.nix

11 lines
141 B
Nix
Raw Normal View History

2024-01-27 07:15:04 +01:00
{ pkgs, config, lib, ... }:
{
# OpenGL
hardware.opengl = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};
}