aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/configuration/workstation/printing/default.nix
blob: 51a0673ff07d6fee8f2e555ad3d004482eff62f5 (plain)
1
2
3
4
5
6
7
8
9
10
{ ... }:

{
  services.avahi.enable = true;
  services.printing = {
    enable = true;
    # TODO: fix the driver build
    # drivers = [ pkgs.foo2zjs ];
  };
}