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

@ -38,6 +38,7 @@
../modules/hosts/darwin/home.nix
../modules/hosts/darwin/${hostname}/home-${username}.nix
inputs.genebean-neovim.homeManagerModules.default
inputs.private-flake.homeManagerModules.private.git
(inputs.private-flake.homeManagerModules.private.${hostname} or { })
inputs.sops-nix.homeManagerModule # user-level secrets management

View file

@ -34,6 +34,7 @@
};
}
inputs.genebean-neovim.homeManagerModules.default
inputs.nix-flatpak.homeManagerModules.nix-flatpak
inputs.private-flake.homeManagerModules.private.git
inputs.sops-nix.homeManagerModules.sops

View file

@ -30,6 +30,7 @@
../modules/shared/home/linux
../modules/hosts/nixos/${hostname}/home-${username}.nix
inputs.genebean-neovim.homeManagerModules.default
inputs.private-flake.homeManagerModules.private.git
(inputs.private-flake.homeManagerModules.private.${hostname} or { })
];