diff options
author | EuAndreh <eu@euandre.org> | 2021-10-11 10:37:53 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-10-11 10:40:34 -0300 |
commit | eaece88913d73661960a055a5c10bdeaa6a19f99 (patch) | |
tree | 3f4c078e225c99766cfb963f825fa5956ac0ee4f /_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | |
parent | styles.css: Simplify margin, remove "optimizeLegibility" (diff) | |
download | euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.gz euandre.org-eaece88913d73661960a055a5c10bdeaa6a19f99.tar.xz |
Update link to Git repositories
Diffstat (limited to '')
-rw-r--r-- | _articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md index 9431d54..a9c09bc 100644 --- a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md +++ b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md @@ -122,7 +122,7 @@ dozens of symlinks that I manage manually. This has worked so far, but the solution is sometimes fragile and [not declarative at all][symlinks]. I wonder if something like [GNU Stow][stow] can help me simplify this. -[symlinks]: https://git.euandreh.xyz/dotfiles/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d +[symlinks]: https://euandreh.xyz/dotfiles.git/tree/bash/symlinks.sh?id=316939aa215181b1d22b69e94241eef757add98d [stow]: https://www.gnu.org/software/stow/ ## Conclusion |