From d54b232f1c316899508377d65b71014758196bc8 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 14 Nov 2020 09:21:20 -0300 Subject: Replace links to git.sr.ht/~euandreh to git.euandreh.xyz --- ...2019-06-02-using-nixos-as-an-stateless-workstation.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '_articles') 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 71ee181..9431d54 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 @@ -1,10 +1,17 @@ --- + title: Using NixOS as an stateless workstation + date: 2019-06-02 + layout: post + lang: en + ref: using-nixos-as-an-stateless-workstation + --- + Last week[^last-week] I changed back to an old[^old-computer] Samsung laptop, and installed [NixOS](https://nixos.org/) on it. @@ -112,10 +119,11 @@ taken. For my home profile and personal configuration I already have a few dozens of symlinks that I manage manually. This has worked so far, but -the solution is sometimes fragile and [not declarative at -all](https://git.sr.ht/~euandreh/dotfiles/tree/316939aa215181b1d22b69e94241eef757add98d/bash/symlinks.sh#L14-75). -I wonder if something like [GNU -Stow](https://www.gnu.org/software/stow/) can help me simplify this. +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 +[stow]: https://www.gnu.org/software/stow/ ## Conclusion -- cgit v1.2.3