nixos-config/common/gpu-bumblebee.nix
2019-10-19 12:55:35 +02:00

7 lines
127 B
Nix

{ config, pkgs, ... }:
{
# Graphics drivers
hardware.bumblebee.enable = true;
hardware.opengl.driSupport32Bit = true;
}