This commit is contained in:
Hadi 2024-07-05 09:20:58 +02:00
parent 7dc7cfcaba
commit 5bee2d6931
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,6 @@
./plugins/ui.nix
./plugins/utils.nix
./plugins/zen-mode.nix
./plugins/neorg.nix
./options.nix
./colorscheme.nix

View File

@ -1,4 +1,6 @@
{
{ pkgs, ... }: {
home.packages = with pkgs; [ vimPlugins.neorg ];
programs.nixvim.plugins = {
neorg = {
enable = true;