mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
alacritty: correct example config link
Since the repository was moved, the old link was pointing nowhere.
This commit is contained in:
parent
0b197562ab
commit
c9dbe2847e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ in {
|
||||||
description = ''
|
description = ''
|
||||||
Configuration written to
|
Configuration written to
|
||||||
<filename>$XDG_CONFIG_HOME/alacritty/alacritty.yml</filename>. See
|
<filename>$XDG_CONFIG_HOME/alacritty/alacritty.yml</filename>. See
|
||||||
<link xlink:href="https://github.com/jwilm/alacritty/blob/master/alacritty.yml"/>
|
<link xlink:href="https://github.com/alacritty/alacritty/blob/master/alacritty.yml"/>
|
||||||
for the default configuration.
|
for the default configuration.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue