I guess nix started at noon of the next day lol
- 0 Posts
- 7 Comments
Don’t know about chezmoi, but Nix and Guix use a proper programming language that is also suited as a configuration file format, no?
So they’re at noon and might just stay there
zaubentrucker@sopuli.xyzto
Programmer Humor@programming.dev•The biggest mystery known to mankind
2·3 months agoYou don’t know how fucked up my
build.rscan get
Do you know FreeCAD yet?
zaubentrucker@sopuli.xyzto
Programmer Humor@programming.dev•Why are you crying, Windows user?
15·5 months agoIf you do virtualization it stacks
IMO you shouldn’t use branches for switching between configs. It makes it hard to compose and reuse your configuration.
Just imagine you have a new config file that you now want to add to all of your machines. You’d now have to commit/cherry-pick on all of your branches. Change that file? Now you have to distribute the changes again and might even get conflicts.
Additionally, many programs allow you to change your configuration directory via environment variables (usually
XDG_CONFIG_HOME, I think). So you can even keep all machine-specifig configuration files in a single repo under different prefixes for those.

Read the article