Skip to content

Instantly share code, notes, and snippets.

@sar
Created April 21, 2021 00:26
Show Gist options
  • Save sar/f67dace11b6394c70a51c197c71e074e to your computer and use it in GitHub Desktop.
Save sar/f67dace11b6394c70a51c197c71e074e to your computer and use it in GitHub Desktop.
Base X11 nvidia config for NixOS
# -------------------------
# NVIDIA X11 Config
# path: /etc/X11/xorg.conf.d/10-nvidia.conf
# -------------------------
Section "OutputClass"
Identifier "nvidia"
Driver "nvidia"
Option "AllowEmptyInitialConfiguration"
Option "AllowExternalGpus" "True"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment