diff options
Diffstat (limited to '_articles')
-rw-r--r-- | _articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | 16 |
1 files changed, 12 insertions, 4 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 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 |