Update modules/plugins/hydra/hydra.nix

place hydra plugin in utility folder

Co-authored-by: raf <raf@notashelf.dev>
This commit is contained in:
Joe Hanson 2025-02-12 10:17:07 -06:00 committed by GitHub
commit 6b0f11006b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
#inherit (lib) types; #inherit (lib) types;
inherit (lib.options) mkEnableOption; inherit (lib.options) mkEnableOption;
in { in {
options.vim.hydra = { options.vim.utility.hydra = {
enable = mkEnableOption "Creating custom submodes and menus [nvimtools/hydra.nvim]"; enable = mkEnableOption "utility for creating custom submodes and menus [nvimtools/hydra.nvim]";
}; };
} }