mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Fix typo
This commit is contained in:
parent
358cf7be2f
commit
238d9008fe
|
@ -90,7 +90,7 @@ in {
|
||||||
|
|
||||||
# Set the following aliases to force applications to use a config file
|
# Set the following aliases to force applications to use a config file
|
||||||
# in the proper XDG location
|
# in the proper XDG location
|
||||||
environment.shellAliases = {
|
home.shellAliases = {
|
||||||
wget = "wget --hsts-file='\${XDG_DATA_HOME}/wget-hsts'";
|
wget = "wget --hsts-file='\${XDG_DATA_HOME}/wget-hsts'";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue