diff options
Diffstat (limited to 'cups.nix')
-rw-r--r-- | cups.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cups.nix b/cups.nix new file mode 100644 index 0000000..1c1eea0 --- /dev/null +++ b/cups.nix @@ -0,0 +1,5 @@ +{ config, pkgs, ... }: + +{ + services.printing.enable = true; +} |