From 19d13667b459763ca7ad0ef8bb29b6000b1918c1 Mon Sep 17 00:00:00 2001 From: 0xWheatyz Date: Thu, 19 Feb 2026 18:50:39 -0500 Subject: [PATCH] docs(nix): document nix develop usage for local testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a0f8c11..4f55d4e7 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ If you use Nix with flakes, you can install this configuration via the flake: # Try it out without installing 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 { inputs.kickstart-nvim.url = "github:0xWheatyz/kickstart.nvim";