From 238d9008fe28a3dad8fa06cef49fac85c296c17a Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 13 Apr 2024 00:30:30 +0200 Subject: [PATCH] Fix typo --- home/programs/xdg/config-files.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'"; }; }