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 + ''; }