Skip to content

Commit

Permalink
nixos: xserver: add related packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oxij authored and Mic92 committed Apr 27, 2018
1 parent 5ec94de commit 92265e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/modules/services/x11/xserver.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 92265e8

@Mic92
Copy link
Member

@Mic92 Mic92 commented on 92265e8 Apr 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed in

[detached HEAD 468f3ce] nixos/xserver: remove nvidiaLegacy173 from videoDrivers.examples
1 file changed, 1 insertion(+), 1 deletion(-)

Please sign in to comment.