From d3b5fece0c486792b6a981520a12c5524afacaf5 Mon Sep 17 00:00:00 2001 From: Stuce Date: Sun, 16 Nov 2025 14:44:36 +0100 Subject: [PATCH] . --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 2becdec..25a3455 100644 --- a/flake.nix +++ b/flake.nix @@ -34,11 +34,7 @@ let cfg = config.services.calDavToCsv; in { options.services.calDavToCsv = { - enable = lib.mkOption { - type = lib.types.bool; - calDavToCsv = false; - description = "Enable myService"; - }; + enable = lib.mkEnableOption "sTodo"; config = lib.mkOption { type = lib.types.attrs;