mirror of
https://github.com/davegallant/nix-config
synced 2025-08-05 10:33:39 +00:00
7 lines
94 B
Nix
7 lines
94 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
# Setup CUPS for printing documents.
|
|
services.printing.enable = true;
|
|
}
|