From 00eab67bfb64f1e70f2701666233c715c423e806 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 26 Jan 2026 21:01:13 +0100 Subject: [PATCH] chore: move displaylink over to laptop role --- modules/core/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/default.nix b/modules/core/default.nix index 31e123e..c896eec 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -4,7 +4,6 @@ [ (import ./docker.nix) ] ++ [ (import ../security/default.nix) ] ++ [ (import ./hardware.nix) ] - ++ [ (import ./displaylink.nix) ] # ++ [(import ./printing.nix)] ++ [ (import ./xserver.nix) ] ++ [ (import ./network.nix) ]