nixos: xserver: add related packages
This commit is contained in:
parent
5ec94de03c
commit
92265e807e
1 changed files with 4 additions and 1 deletions
|
@ -240,7 +240,10 @@ in
|
|||
type = types.listOf types.str;
|
||||
# !!! We'd like "nv" here, but it segfaults the X server.
|
||||
default = [ "ati" "cirrus" "intel" "vesa" "vmware" "modesetting" ];
|
||||
example = [ "vesa" ];
|
||||
example = [
|
||||
"ati_unfree" "amdgpu" "amdgpu-pro"
|
||||
"nv" "nvidia" "nvidiaLegacy340" "nvidiaLegacy304" "nvidiaLegacy173"
|
||||
];
|
||||
description = ''
|
||||
The names of the video drivers the configuration
|
||||
supports. They will be tried in order until one that
|
||||
|
|
Loading…
Reference in a new issue