mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 06:50:14 +01:00
feat: adds displaylink driver
This commit is contained in:
parent
b706836944
commit
ec2d723a66
1 changed files with 4 additions and 0 deletions
4
modules/core/displaylink.nix
Normal file
4
modules/core/displaylink.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }: {
|
||||
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
|
||||
systemd.services.dlm.wantedBy = [ "multi-user.target" ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue