Displaylink: Difference between revisions
Hughobrien (talk | contribs) remove note about pending pr that was merged https://github.com/NixOS/nixpkgs/pull/324121 |
Phanirithvij (talk | contribs) instructions are in the nixpkgs derivation, requireFile |
||
Line 4: | Line 4: | ||
</syntaxhighlight>The module <code>nixos/modules/hardware/video/displaylink.nix</code> should also work for wlroots compositors. | </syntaxhighlight>The module <code>nixos/modules/hardware/video/displaylink.nix</code> should also work for wlroots compositors. | ||
Since these drivers depend on binary unfree blobs, you will need to first add it to your Nix store | Since these drivers depend on binary unfree blobs, you will need to first add it to your Nix store. | ||
When you try to use `pkgs.displaylink` in your nixos system, you will get the instructions printed to the stderr, follow those to prefetch the driver. | |||
====Connecting a second external monitor==== | ====Connecting a second external monitor==== |