mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-10-10 03:31:54 +05:30
13801bd8608abc9903fadcc240b143007d51dc32
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%