diff options
author | EuAndreh <eu@euandre.org> | 2020-11-14 09:21:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-11-14 09:29:28 -0300 |
commit | d54b232f1c316899508377d65b71014758196bc8 (patch) | |
tree | d90b27fea1ff10e06c1fab20640af415eaed3729 /_articles | |
parent | Nix and Bash TIL: Fix LOGS_PREFIX -> LOGS_DIR (diff) | |
download | euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.gz euandre.org-d54b232f1c316899508377d65b71014758196bc8.tar.xz |
Replace links to git.sr.ht/~euandreh to git.euandreh.xyz
Diffstat (limited to '')
-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 |