diff --git a/outputs/pkgs/ook-vim/config/plugins/notes.nix b/outputs/pkgs/ook-vim/config/plugins/notes.nix index 5315bca..4fde8ec 100644 --- a/outputs/pkgs/ook-vim/config/plugins/notes.nix +++ b/outputs/pkgs/ook-vim/config/plugins/notes.nix @@ -1,8 +1,12 @@ { - vim.notes = { - obsidian = { - enable = true; - dir = "~/Documents/notes"; + vim = { + notes = { + obsidian = { + enable = true; + setupOpts = { + dir = "~/Documents/notes"; + }; + }; }; }; }