nix/modules/desktop/printing.nix
2026-08-26 03:57:23 +02:00

6 lines
61 B
Nix

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