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