diff --git a/home/programs/xdg/config-files.nix b/home/programs/xdg/config-files.nix index 9327d83..b16ce44 100644 --- a/home/programs/xdg/config-files.nix +++ b/home/programs/xdg/config-files.nix @@ -90,7 +90,7 @@ in { # Set the following aliases to force applications to use a config file # in the proper XDG location - environment.shellAliases = { + home.shellAliases = { wget = "wget --hsts-file='\${XDG_DATA_HOME}/wget-hsts'"; }; }