mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-05 21:26:33 +05:30
main
tux's neovim config
Installation
# Add to your flake inputs
tnvim = {
url = "github:tuxdotrs/tnvim";
inputs.nixpkgs.follows = "nixpkgs";
};
# Add this in your HomeManager config
{ inputs, ... }: {
home.file = {
".config/nvim" = {
recursive = true;
source = "${inputs.tnvim.packages.x86_64-linux.default}";
};
};
}
Showcase
Neovim
Floating Terminal
Lazygit
Telescope
Languages
Lua
94.7%
Nix
5.3%