feat: adds displaylink driver

This commit is contained in:
Ahwx 2025-01-07 09:58:22 +01:00
parent b706836944
commit ec2d723a66

View file

@ -0,0 +1,4 @@
{ ... }: {
services.xserver.videoDrivers = [ "displaylink" "modesetting" ];
systemd.services.dlm.wantedBy = [ "multi-user.target" ];
}