feat: isolate nvim config

This commit is contained in:
tux
2025-02-27 16:22:02 +05:30
parent 2dc7d829a5
commit eb149f8329
24 changed files with 27 additions and 753 deletions

View File

@ -125,6 +125,10 @@
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
tnvim = {
url = "github:tuxdotrs/tnvim";
inputs.nixpkgs.follows = "nixpkgs";
};
tfolio = {
url = "git+ssh://git@github.com/tuxdotrs/tfolio.git";
inputs.nixpkgs.follows = "nixpkgs";