From a711bf5dd67b3cdf952276c3b6201e688f419955 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 25 Sep 2025 20:43:34 +0200 Subject: [PATCH] chore: remove displaylink from all hosts to re-add to laptops, as it is not required for desktops or servers --- modules/core/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/default.nix b/modules/core/default.nix index f4d87d3..96f0236 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -3,7 +3,7 @@ imports = [ (import ./docker.nix) ] ++ [ (import ./hardware.nix) ] - ++ [ (import ./displaylink.nix) ] + # ++ [ (import ./displaylink.nix) ] # ++ [(import ./printing.nix)] ++ [ (import ./xserver.nix) ] ++ [ (import ./network.nix) ]