feat: move to nixvim

This commit is contained in:
Kat Inskip 2025-11-19 04:39:35 -08:00
parent ca97476a47
commit 779c3c4098
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
22 changed files with 772 additions and 57 deletions

View file

@ -353,6 +353,19 @@
flake-parts.follows = "flake-parts";
};
};
nix-search-tv = {
url = "github:3timeslazy/nix-search-tv";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nixvim = {
url = "github:nix-community/nixvim";
inputs = {
flake-parts.follows = "flake-parts";
};
};
slimevr-wrangler-src = {
url = "github:kittywitch/slimevr-wrangler/fix-mac-casing";
flake = false;