Added org roam dblocks from org nursery

This commit is contained in:
Emmet
2023-06-03 23:12:31 -05:00
parent 40c86fa6fd
commit 26f1921bd2
5 changed files with 39 additions and 3 deletions

View File

@@ -16,9 +16,13 @@
url = "github:emacs-eaf/eaf-browser";
flake = false;
};
org-nursery = {
url = "github:chrisbarrett/nursery";
flake = false;
};
};
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, rust-overlay, ... }@inputs:
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, eaf, eaf-browser, org-nursery, rust-overlay, ... }@inputs:
let
system = "x86_64-linux";
name = "emmet";
@@ -63,6 +67,7 @@
myBackgroundSha256 = backgroundSha256;
inherit (inputs) eaf;
inherit (inputs) eaf-browser;
inherit (inputs) org-nursery;
};
};
};