Added org-side-tree, very useful!

This commit is contained in:
Emmet
2023-10-05 14:57:44 -05:00
parent 0f3cec97be
commit c0afbb94f1
5 changed files with 58 additions and 2 deletions

View File

@ -78,6 +78,7 @@
inherit (inputs) eaf-browser;
inherit (inputs) org-nursery;
inherit (inputs) org-yaap;
inherit (inputs) org-side-tree;
inherit (inputs) phscroll;
inherit (inputs) hyprland-plugins;
};
@ -128,6 +129,10 @@
url = "gitlab:tygrdev/org-yaap";
flake = false;
};
org-side-tree = {
url = "github:localauthor/org-side-tree";
flake = false;
};
phscroll = {
url = "github:misohena/phscroll";
flake = false;