Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created February 18, 2018 00:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/77734977f3894f3a7a0b00333b0f5e34 to your computer and use it in GitHub Desktop.
Save samueldr/77734977f3894f3a7a0b00333b0f5e34 to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
hardware.opengl.extraPackages = with pkgs; [
libvdpau-va-gl
vaapiVdpau
];
services.xserver.useGlamor = true;
services.xserver.videoDrivers = [ "nvidia" ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment