nixos-config/modules/opengl.nix

7 lines
82 B
Nix
Raw Normal View History

2022-01-25 00:31:56 +00:00
{ ... }: {
hardware.opengl = {
enable = true;
driSupport = true;
};
}