diff options
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 |