summary refs log tree commit diff stats
path: root/cups.nix
blob: 1c1eea03ac2d9a188e8b0f1baaacf866b3e8b5a1 (plain) (blame)
1
2
3
4
5
{ config, pkgs, ... }:

{
   services.printing.enable = true;
}