diff --git a/content/nixos/vsketch-and-NixOS/index.md b/content/nixos/vsketch-and-NixOS/index.md index c055ca0..8acac9e 100644 --- a/content/nixos/vsketch-and-NixOS/index.md +++ b/content/nixos/vsketch-and-NixOS/index.md @@ -11,9 +11,11 @@ summary: > # vsketch and NixOS + I like to plotter. I like to draw pictures with my [axidraw](https://axidraw.com/) and ogle with the [terrapen](https://terrapen.xyz/products/terrapen-a2-pen-plotter) . -I had a few runs on using [vsketch](https://vsketch.readthedocs.io/en/latest/) in [NixOS](https://nixos.org) but because I don't know much about Python, I had never found enough time to make [vsketch](https://vsketch.readthedocs.io/en/latest/) work under NixOS. Same holds for the [axidraw cli](https://axidraw.com/doc/cli_api/#introduction). +I had a few tries using [vsketch](https://vsketch.readthedocs.io/en/latest/) in [NixOS](https://nixos.org) but because I don't know much about Python and never had enough time to dig into it, +I never made [vsketch](https://vsketch.readthedocs.io/en/latest/) work under NixOS. Same holds for the [axidraw cli](https://axidraw.com/doc/cli_api/#introduction). But lately I got introduced to [pipenv](https://pipenv.pypa.io/en/latest/) which made everything possible and very easy.