From e40f7d991353ad70984afdf67b25c049190c56bd Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Mon, 20 Feb 2023 02:05:59 +0300 Subject: 2023-02-20 --- modules/common/curl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/common/curl.nix') diff --git a/modules/common/curl.nix b/modules/common/curl.nix index a48b93e..7c51bbd 100644 --- a/modules/common/curl.nix +++ b/modules/common/curl.nix @@ -7,7 +7,7 @@ with lib; let cfg = config.nixfiles.modules.curl; in { - options.nixfiles.modules.curl.enable = mkEnableOption "cURL."; + options.nixfiles.modules.curl.enable = mkEnableOption "cURL"; config = mkIf cfg.enable { hm.home.file.".curlrc".text = '' -- cgit 1.4.1