If not found, ask if we want one. If yes, copy in a template from
~/.templates, like:
{
stable = import ./. { packageOnly = false; };
unstable = import ./. { packageOnly = false;
pkgs = import <nixpkgs> {}; };
}