diff --git a/modules/core/printing.nix b/modules/core/printing.nix index b19363c..7622bee 100644 --- a/modules/core/printing.nix +++ b/modules/core/printing.nix @@ -1,11 +1,10 @@ -{ pkgs, ... }: { +{ pkgs, ... }: +{ services.avahi = { enable = true; nssmdns4 = true; openFirewall = true; }; - environment.systemPackages = with pkgs; [ - hplip - hplipWithPlugin - ]; + # environment.systemPackages = with pkgs; [ + # ]; }