Implement a Python script that uses a local vision model (via Ollama) to
automatically rename image files to descriptive snake_case names.
- Add `rename-wallpapers.py` to handle image processing, resizing with
ffmpeg, and querying the Ollama API.
- Add `flake.nix` to provide a reproducible development environment
including Python, Ollama, ffmpeg, and other necessary dependencies.