3 Commits

Author SHA1 Message Date
renovate[bot]
c3079e59f6 Merge 9be2905d09 into caac52cc74 2024-02-24 15:28:42 +00:00
Dave Gallant
caac52cc74 Add link to nix config. 2024-02-24 10:27:45 -05:00
renovate[bot]
9be2905d09 Add renovate.json 2024-01-13 22:37:15 +00:00
2 changed files with 8 additions and 0 deletions

View File

@@ -182,3 +182,5 @@ In ways, home-manager can be seen as a gateway to the nix ecosystem. If you have
## Wrapping up ## 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. 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).

6
renovate.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}