summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/networking/tools/http/wget.nix
blob: c5d29366b7935f6897ed79d8f41784df4a5d01d3 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }:
{
  home.packages = [ pkgs.wget ];

  xdg.configFile."wget/wgetrc".text = ''
    hsts-file=~/.cache/wget-hsts
  '';
}