{ config, pkgs, ... }: { services.xserver.videoDrivers = [ "nvidia" ]; hardware.opengl.driSupport32Bit = true; nixpkgs.config.allowUnfree = true; }