summary refs log tree commit diff stats
path: root/cups.nix
diff options
context:
space:
mode:
Diffstat (limited to 'cups.nix')
-rw-r--r--cups.nix5
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;
+}