Migrate neovim setup to neovim-flake

All of what was here is now there + it is updated and modernized and now
nix-native. No more Lazy, no more Mason.
This commit is contained in:
Gene Liverman 2026-04-10 22:54:25 -04:00
parent 03197d5477
commit 752c69e23d
No known key found for this signature in database
34 changed files with 52 additions and 785 deletions

View file

@ -27,6 +27,11 @@
url = "github:flox/flox/v1.4.4";
};
genebean-neovim = {
url = "github:genebean/neovim-flake";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
# My oh-my-posh theme
genebean-omp-themes = {
url = "github:genebean/my-oh-my-posh-themes";