From 4730b215fdc4095800fedfdf690c12fec994bb6b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:07:10 -0500 Subject: more reorganizing and modularizing --- modules/cups.nix | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 modules/cups.nix (limited to 'modules/cups.nix') diff --git a/modules/cups.nix b/modules/cups.nix deleted file mode 100644 index 39f8434..0000000 --- a/modules/cups.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ lib, config, ... }: { - options = { - cups.enable = lib.mkEnableOption "enables printing"; - }; - - config = lib.mkIf config.cups.enable { - services.printing.enable = true; - }; -} -- cgit v1.2.3