Commit Graph

2 Commits

Author SHA1 Message Date
0xWheatyz 967628d34b feat(nix): add neovim package output
Create a custom Neovim package that includes the kickstart.nvim
configuration. The package copies init.lua, lua/, and doc/ directories
and loads them at runtime.

This allows users to build and run this Neovim configuration via:
  nix run github:0xWheatyz/kickstart.nvim

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-19 18:38:48 -05:00
0xWheatyz 86e65eedab feat(nix): initialize flake with basic structure
Add flake.nix with nixpkgs and flake-utils inputs.
This provides the foundation for building a Neovim package
that can be referenced in home-manager configurations.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-02-19 18:38:24 -05:00