From caac52cc742af76a42ee3aeba4a014b26e3932cc Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sat, 24 Feb 2024 10:27:45 -0500 Subject: [PATCH] Add link to nix config. --- content/blog/why-i-threw-out-my-dotfiles/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/blog/why-i-threw-out-my-dotfiles/index.md b/content/blog/why-i-threw-out-my-dotfiles/index.md index 42e0a7f4..ea487981 100644 --- a/content/blog/why-i-threw-out-my-dotfiles/index.md +++ b/content/blog/why-i-threw-out-my-dotfiles/index.md @@ -182,3 +182,5 @@ 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 shell scripts and dotfiles? I'd say so. + +You can find my nix config [here](https://github.com/davegallant/nix-config).