mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-25 13:00:09 +01:00
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:
parent
7b41bf633f
commit
e234b83ade
1 changed files with 0 additions and 1 deletions
|
|
@ -214,7 +214,6 @@ isMaximal: {
|
|||
};
|
||||
|
||||
notes = {
|
||||
obsidian.enable = false; # FIXME: neovim fails to build if obsidian is enabled
|
||||
neorg.enable = false;
|
||||
orgmode.enable = false;
|
||||
mind-nvim.enable = isMaximal;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue