configuration.nix: don't use obsidian.nvim

Obsidian essentially requires direct configuration, is not for a generic config example config.
It isn't enabled now, so removing it should be fine.
This commit is contained in:
alfarel 2025-10-31 19:47:49 +00:00
commit 1e22b3b755
No known key found for this signature in database

View file

@ -214,7 +214,6 @@ isMaximal: {
}; };
notes = { notes = {
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
neorg.enable = false; neorg.enable = false;
orgmode.enable = false; orgmode.enable = false;
mind-nvim.enable = isMaximal; mind-nvim.enable = isMaximal;