summary refs log tree commit diff stats
path: root/modules/hardware/printing.nix
blob: beba72ed121dafb616d5a7833de8645e531615a5 (plain)
1
2
3
4
5
6
7
8
{ config, pkgs, lib, ... }:

{ services.printing.enable = true;

  imports = [
    ../services/zeroconf.nix
  ];
}