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 ]; }