nixos-config/sets/printing.nix

8 lines
68 B
Nix

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