nixos/copilot/modules/services/printing.nix
2026-02-10 13:41:47 +01:00

3 lines
48 B
Nix

{ ... }: {
services.printing.enable = true;
}