nixvim: add orgmode support

This commit is contained in:
2025-12-13 07:59:20 +01:00
parent b7726fce94
commit 7fb0bcdac0

View File

@@ -3,7 +3,8 @@
pkgs,
inputs,
...
}: {
}:
{
imports = [ inputs.nixvim.homeModules.nixvim ];
home.sessionVariables = {
@@ -78,6 +79,7 @@
neogit.enable = true; # like magit
trouble.enable = true;
web-devicons.enable = true;
orgmode.enable = true; # org-mode support
# Shows file trees
oil = {