Displaylink: Difference between revisions

Sandro (talk | contribs)
Sandro (talk | contribs)
Line 29: Line 29:


You probably will need the `evdi` module
You probably will need the `evdi` module
{{bc|<nowiki>
<syntaxhighlight lang="nix">
boot = {
boot = {
   extraModulePackages = [ config.boot.kernelPackages.evdi ];
   extraModulePackages = [ config.boot.kernelPackages.evdi ];
Line 39: Line 39:
   };
   };
};
};
</nowiki>}}
<syntaxhighlight lang="nix">


====='''Gnome Wayland'''=====
====='''Gnome Wayland'''=====