fix(neorg): Add neorg as overlay

This commit is contained in:
Uttarayan Mondal
2024-04-16 12:12:00 +05:30
parent 8b0c402f09
commit adcdfc77e7
5 changed files with 471 additions and 104 deletions

View File

@@ -11,6 +11,18 @@
inputs.nixpkgs.follows = "nixpkgs";
};
norg.url = "github:nvim-neorg/tree-sitter-norg/dev";
norg-meta.url = "github:nvim-neorg/tree-sitter-norg-meta";
neorg = {
url = "github:nvim-neorg/neorg";
flake = false;
};
neorg-telescope = {
url = "github:nvim-neorg/neorg-telescope";
flake = false;
};
nvim-devdocs.url = "github:luckasRanarison/nvim-devdocs";
nvim-devdocs.flake = false;
};