From df8b5ba7b8d22615eaed395ef0dadf5010d54121 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 27 Sep 2024 02:15:33 -0700 Subject: [PATCH] Removing cups from config because who needs printers anyway --- config/headful.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/headful.nix b/config/headful.nix index fc0ae28..7273e54 100644 --- a/config/headful.nix +++ b/config/headful.nix @@ -19,9 +19,6 @@ jack.enable = true; }; - # Enable CUPS to print documents. - services.printing.enable = true; - # Enable the X11 windowing system and i3 window manager. environment.pathsToLink = [ "/libexec" ]; services.xserver = { @@ -56,5 +53,4 @@ # Install additional programs programs.thunar.enable = true; - }