Skip to content

Instantly share code, notes, and snippets.

@samueldr
Last active October 18, 2017 02:39
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/980d6e6c4fe47feafcdfddd8360a47fd to your computer and use it in GitHub Desktop.
Save samueldr/980d6e6c4fe47feafcdfddd8360a47fd to your computer and use it in GitHub Desktop.
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Sometimes needed on new hardware for backlight control.
xorg.xbacklight
xorg.xf86videointel
];
services.xserver.useGlamor = true;
services.xserver.deviceSection = ''
Option "DRI" "2"
'';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment