diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-20 02:05:59 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-20 02:05:59 +0300 |
commit | e40f7d991353ad70984afdf67b25c049190c56bd (patch) | |
tree | 295a80114cca78952ed6ed562198d997b496faba /modules/common/curl.nix | |
parent | 2023-02-19 (diff) |
2023-02-20
Diffstat (limited to '')
-rw-r--r-- | modules/common/curl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = '' |