nix profile install github:keyzox71/nvim
Add the input to your flake
keyznvim.url = "github:keyzox71/nvim";
And add the overlay to your nixpkgs
nixpkgs.overlays = [
inputs.keyznvim.overlays.default
];
And finally add the package to your home or nixos package
nixpkgs.keyznvim
nix run github:keyzox71/nvim
Just clone the repo into the nvim config
git clone https://github.com/keyzox71/nvim ~/.config/nvim
or on Windows
git clone https://github.com/keyzox71/nvim ~/AppData/Local/nvim
Feel free to contribute to this project but there is a few rule you need to follow in CONTRIBUTING.md
For nixxing kickstart-nix.nvim was used and modified to fit my need
Base config bonsthie.nvim early version but heavily modified to fit my need