diff --git a/home-manager/nvf.nix b/home-manager/nvf.nix index 98d2f60..b98e6af 100644 --- a/home-manager/nvf.nix +++ b/home-manager/nvf.nix @@ -48,6 +48,12 @@ "core.concealer".config = { conceallevel = 3; }; + "core.dirman".config = { + workspaces = { + notes = "~/second-brain"; + }; + index = "index.norg"; + }; }; }; };