From 9d5fb37144aedb6429c10bc7cbc1a871867bb38e Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 21 Sep 2021 22:31:03 -0400 Subject: [PATCH] Fix typo --- content/post/why-i-threw-out-my-dotfiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/why-i-threw-out-my-dotfiles.md b/content/post/why-i-threw-out-my-dotfiles.md index d4db86e2..ecf0d85a 100644 --- a/content/post/why-i-threw-out-my-dotfiles.md +++ b/content/post/why-i-threw-out-my-dotfiles.md @@ -205,4 +205,4 @@ In ways, home-manager can be seen as a gateway to the nix ecosystem. If you have ## Wrapping up -The title of this post is slightly misleading, since it's possible to retain some of your dotfiles and have them intermingle with home-manager by including them alongside nix. The idea of defining user configuration using nix can provide a clean way to maintain your configuration, and allow it to be portable across platforms. Is it worth the effort to migrate away from more from shell scripts and dotfiles? I'd say so. +The title of this post is slightly misleading, since it's possible to retain some of your dotfiles and have them intermingle with home-manager by including them alongside nix. The idea of defining user configuration using nix can provide a clean way to maintain your configuration, and allow it to be portable across platforms. Is it worth the effort to migrate away from shell scripts and dotfiles? I'd say so.