aboutsummaryrefslogtreecommitdiff
path: root/nixos/services/printing.service.nix
blob: 88c01b2e11ee040281697d044098431e7ebaf5ad (plain)
1
2
3
4
5
6
{ ... }: {
  services.printing = {
    enable = true;
    drivers = [ ];
  };
}