๐ ๏ธ What I built
I built a C++ tool that automatically download my configuration for NixOS and create backup of user config
GitHub: https://github.com/Menix-meha/MyNixConfig
โ๏ธ Why I built it
I often had a problem where I would:
- forget to backup settings
- manually copy configs between machines
So I decided to automate the process and make it reproducible with a simple C++ tool.
โ๏ธ How it works
the tool:
- Download my config from remote source
- Reads the user's existing config
- Creates backup before overwriting anything
- Replace or merges configs safely
๐ Tech stack
- C++
- NixOS
๐ธ Demo
๐ฅ GitHub
If you find it useful, feel free to star the repo:
GitHub: https://github.com/Menix-meha/MyNixConfig

Top comments (0)