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;