added printing module to core/default.nix

This commit is contained in:
Sven Vogel 2023-12-01 20:56:50 +01:00
parent 092585ca2b
commit 99c6727cda
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{ {
imports = [ imports = [
./dotnet.nix ./dotnet.nix
./printing.nix
]; ];
} }