Created
April 21, 2021 00:26
-
-
Save sar/f67dace11b6394c70a51c197c71e074e to your computer and use it in GitHub Desktop.
Base X11 nvidia config for NixOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ------------------------- | |
# 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