nix-config/modules/nixos/printing.nix
Gabe Venberg fe1ed3e1be IN PROGRESS COMMIT. does not currently build.
Attempting to make nixos config that incorperates a non-nixos HM config.
2024-04-03 17:50:53 -05:00

9 lines
104 B
Nix

{
config,
pkgs,
...
}: {
# Enable CUPS to print documents.
services.printing.enable = true;
}