From cfe2e227b30726837d7ee9a42754a5f70fbaa01f Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 13 Sep 2025 17:47:13 +0200 Subject: [PATCH] chore: re-enable `displaylink` --- 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 10c17fa..f4d87d3 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) ]