notes/obsidian: remove default dir-value

This commit is contained in:
LilleAila 2025-01-10 08:25:08 +01:00
parent ea056532bc
commit b0fb0a93cb
No known key found for this signature in database
GPG key ID: D1ACCDCF2B9B9799

View file

@ -24,12 +24,6 @@ in {
enable = mkEnableOption "complementary neovim plugins for Obsidian editor";
setupOpts = mkPluginSetupOption "Obsidian.nvim" {
dir = mkOption {
type = str;
default = "~/my-vault";
description = "Obsidian vault directory";
};
daily_notes = {
folder = mkOption {
type = nullOr str;