From c15582048fa1453cfe6b445fe17fca345ed31cb3 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 9 May 2022 23:30:13 +0000 Subject: [PATCH] Update config-plasma.nix --- config-plasma.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config-plasma.nix b/config-plasma.nix index bd8ea95..0e595ee 100644 --- a/config-plasma.nix +++ b/config-plasma.nix @@ -87,6 +87,9 @@ pulse.enable = true; }; + # Enable CUPS + services.printing.enable = true; + # System system.autoUpgrade.enable = true; system.autoUpgrade.allowReboot = true;