nixfiles/profiles/printing/printing.nix
ChaotiCryptidz 4099cfe82c printers 😔
2022-01-13 16:04:42 +00:00

5 lines
117 B
Nix

{ pkgs, ... }: {
services.printing.enable = true;
services.printing.drivers = with pkgs; [ gutenprint hplip ];
}