nixos-config/system/printing/default.nix
2025-05-11 02:22:34 +02:00

5 lines
63 B
Nix

{ config, pkgs, ... }:
{
services.printing.enable = true;
}