mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Added org roam dblocks from org nursery
This commit is contained in:
parent
40c86fa6fd
commit
26f1921bd2
5 changed files with 39 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, eaf, eaf-browser, ... }:
|
||||
{ config, lib, pkgs, eaf, eaf-browser, org-nursery, ... }:
|
||||
|
||||
{
|
||||
programs.doom-emacs = {
|
||||
|
@ -39,4 +39,7 @@
|
|||
popd;
|
||||
";
|
||||
};
|
||||
home.file.".emacs.d/org-nursery" = {
|
||||
source = "${org-nursery}";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue