summaryrefslogtreecommitdiff
path: root/home/ebisu/meta/network/tools/http/wget.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/ebisu/meta/network/tools/http/wget.nix')
-rw-r--r--home/ebisu/meta/network/tools/http/wget.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/ebisu/meta/network/tools/http/wget.nix b/home/ebisu/meta/network/tools/http/wget.nix
new file mode 100644
index 0000000..c5d2936
--- /dev/null
+++ b/home/ebisu/meta/network/tools/http/wget.nix
@@ -0,0 +1,8 @@
+{ pkgs, ... }:
+{
+ home.packages = [ pkgs.wget ];
+
+ xdg.configFile."wget/wgetrc".text = ''
+ hsts-file=~/.cache/wget-hsts
+ '';
+}