{ config, lib, pkgs, ... }: { imports = [ ]; options = { }; config = { services.xserver.videoDrivers = [ "nvidia" ]; }; }