From 41ec8627c49f676c2490c5431e39d331e0cb1392 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 5 May 2024 21:32:57 -0500 Subject: [PATCH] Printing on Exodus --- hosts/exodus/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/exodus/default.nix b/hosts/exodus/default.nix index 72b9aa2..fe06c2a 100644 --- a/hosts/exodus/default.nix +++ b/hosts/exodus/default.nix @@ -1,7 +1,10 @@ { pkgs, config, ... }: { - imports = [ ./hardware-configuration.nix ]; + imports = [ + ./hardware-configuration.nix + ../jude/printing.nix + ]; boot.loader = { systemd-boot.enable = true;