nanuqsaurus/modules/system/printer.nix
2026-02-04 18:26:50 +02:00

5 lines
55 B
Nix

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