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, 0 insertions, 5 deletions
diff --git a/cups.nix b/cups.nix
deleted file mode 100644
index 1c1eea0..0000000
--- a/cups.nix
+++ /dev/null
@@ -1,5 +0,0 @@
-{ config, pkgs, ... }:
-
-{
-   services.printing.enable = true;
-}