docs(nix): document nix develop usage for local testing

Add documentation for using 'nix develop' to test the Neovim
configuration locally before installation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
0xWheatyz 2026-02-19 18:50:39 -05:00
parent c6ad44d434
commit 19d13667b4
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ If you use Nix with flakes, you can install this configuration via the flake:
# Try it out without installing # Try it out without installing
nix run github:0xWheatyz/kickstart.nvim nix run github:0xWheatyz/kickstart.nvim
# Test locally with development shell (includes nvim + dependencies)
nix develop
nix develop -c nvim # Or run nvim directly
# Or add to your home-manager configuration # Or add to your home-manager configuration
{ {
inputs.kickstart-nvim.url = "github:0xWheatyz/kickstart.nvim"; inputs.kickstart-nvim.url = "github:0xWheatyz/kickstart.nvim";