Skip to content

Commit b374a5a

Browse files
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.
1 parent 394e8a7 commit b374a5a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configuration.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ isMaximal: {
214214
};
215215

216216
notes = {
217-
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
218217
neorg.enable = false;
219218
orgmode.enable = false;
220219
mind-nvim.enable = isMaximal;

0 commit comments

Comments
 (0)