update to using npins instead of flake based additions.

This commit is contained in:
Joseph Hanson 2025-02-17 11:14:48 -06:00
commit c1300ffa25
No known key found for this signature in database
3 changed files with 34 additions and 4 deletions

View file

@ -10,7 +10,7 @@ in {
vim = {
startPlugins = [];
lazy.plugins.hydra = {
package = "hydra-nvim";
package = "hydra.nvim";
setupModule = "hydra";
inherit (cfg) setupOpts;