From 99c6727cda3f953cec617568206111de5056fff0 Mon Sep 17 00:00:00 2001 From: servostar Date: Fri, 1 Dec 2023 20:56:50 +0100 Subject: [PATCH] added printing module to core/default.nix --- core/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/core/default.nix b/core/default.nix index bf7d4d2..ae789e5 100644 --- a/core/default.nix +++ b/core/default.nix @@ -1,5 +1,6 @@ { imports = [ ./dotnet.nix + ./printing.nix ]; }