From 739c874e745b4cc1e83c4e45cde787275d4b5ec6 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 8 Jun 2021 14:33:13 +0700 Subject: [PATCH] declutter wget --- users/rin/xdg.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/rin/xdg.nix b/users/rin/xdg.nix index 0d94681..857bf94 100644 --- a/users/rin/xdg.nix +++ b/users/rin/xdg.nix @@ -28,4 +28,9 @@ in { defaultApplications = mimes; }; }; + + # XXX: might need to be moved + xdg.configFile."wgetrc".text = '' + hsts-file = ${config.xdg.cacheHome}/wget-hsts + ''; }