summary refs log tree commit diff stats
path: root/system/settings/hardware/nvidia-gpu.nix
blob: 9fc341690f9a53f301faf582abfc5ac0cc5b9e4a (plain)
1
2
3
4
5
{ config, pkgs, ... }:

{ services.xserver.videoDrivers = [ "nvidia" ];
  nixpkgs.config.allowUnfree = true;
}