From 20b6e7405135a2b3c470576f9606efb62930f80f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Nov 2025 11:43:52 +0100 Subject: [PATCH] feat: import `displaylink` again; import `security/default` --- modules/core/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/core/default.nix b/modules/core/default.nix index 96f0236..31e123e 100644 --- a/modules/core/default.nix +++ b/modules/core/default.nix @@ -2,8 +2,9 @@ { imports = [ (import ./docker.nix) ] + ++ [ (import ../security/default.nix) ] ++ [ (import ./hardware.nix) ] - # ++ [ (import ./displaylink.nix) ] + ++ [ (import ./displaylink.nix) ] # ++ [(import ./printing.nix)] ++ [ (import ./xserver.nix) ] ++ [ (import ./network.nix) ]