diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-09-16 14:47:29 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-09-16 14:47:29 +0300 |
commit | 190bf349658ceb6f64c6d69cdccbddfb5491f894 (patch) | |
tree | 33a563624d4725cc042f7dc2f805078e8f34818e /modules/common/wget.nix | |
parent | 2023-09-16 (diff) |
2023-09-16
Diffstat (limited to '')
-rw-r--r-- | modules/common/wget.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/wget.nix b/modules/common/wget.nix index 9a16fcc..1cd8eae 100644 --- a/modules/common/wget.nix +++ b/modules/common/wget.nix @@ -11,7 +11,7 @@ in { config = mkIf cfg.enable { hm = { - programs.bash.shellAliases.wget = "${pkgs.wget}/bin/wget --hsts-file=/tmp/wget-hsts"; + programs.bash.shellAliases.wget = "wget --hsts-file=/tmp/wget-hsts"; home.sessionVariables.WGETRC = pkgs.writeText "wgetrc" '' adjust_extension = on |