diff --git a/modules/services/x11/xserver.nix b/modules/services/x11/xserver.nix index 6b66cf57b93..8cb70ca911e 100644 --- a/modules/services/x11/xserver.nix +++ b/modules/services/x11/xserver.nix @@ -23,6 +23,7 @@ let nv = { modules = [ xorg.xf86videonv ]; }; ati = { modules = [ xorg.xf86videoati ]; }; openchrome = { modules = [ xorg.xf86videoopenchrome ]; }; + unichrome = { modules = [ pkgs.xorgVideoUnichrome ]; }; cirrus = { modules = [ xorg.xf86videocirrus ]; }; vmware = { modules = [ xorg.xf86videovmware ]; }; virtualbox = { modules = [ kernelPackages.virtualboxGuestAdditions ]; };