diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-02-19 23:34:25 +0300 |
commit | cc1d3db5f2a6f05ca68818dc2303dd85fc3db06d (patch) | |
tree | 6433af1654e8ae847990b26445b03fa9665aa674 /modules/common/curl.nix | |
parent | 2023-02-19 (diff) |
2023-02-19
Diffstat (limited to '')
-rw-r--r-- | modules/common/curl.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/curl.nix b/modules/common/curl.nix index e7bee31..a48b93e 100644 --- a/modules/common/curl.nix +++ b/modules/common/curl.nix @@ -7,8 +7,7 @@ with lib; let cfg = config.nixfiles.modules.curl; in { - options.nixfiles.modules.curl.enable = - mkEnableOption "Wether to enable cURL."; + options.nixfiles.modules.curl.enable = mkEnableOption "cURL."; config = mkIf cfg.enable { hm.home.file.".curlrc".text = '' |