From a5223cd0c073090ab9552f138606c80ffd8526e3 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 Jan 2026 22:39:00 +0100 Subject: [PATCH] fix: do not import `displaylink` for now --- roles/laptop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/laptop.nix b/roles/laptop.nix index f256e9a..f747485 100644 --- a/roles/laptop.nix +++ b/roles/laptop.nix @@ -30,7 +30,7 @@ in }; # DisplayLink - import = [ (../modules/core/displaylink.nix) ]; + # imports = [ ../modules/core/displaylink.nix ]; networking.networkmanager.enable = true;