From 0fcb6d0ca3f8e37b72c55c8f20bfd85c3ebcb47d Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 29 Mar 2020 12:47:58 -0400 Subject: Impurely clone .doom.d Rather than having it there immutably. Makes it easier to hack on. --- home/modules/emacs.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'home/modules/emacs.nix') diff --git a/home/modules/emacs.nix b/home/modules/emacs.nix index 05b09ec2c5..0487a2ef65 100644 --- a/home/modules/emacs.nix +++ b/home/modules/emacs.nix @@ -21,7 +21,6 @@ in { ]; programs.emacs.enable = true; - home.file.".doom.d".source = ./doom.d; impure.clonedRepos = { orgClubhouse = { @@ -30,11 +29,17 @@ in { }; doomEmacs = { - github = "hlissner/org-clubhouse"; + github = "hlissner/doom-emacs"; path = ".emacs.d"; - after = ["orgClubhouse"]; + after = ["emacs.d"]; onClone = "bin/doom install"; }; + + "emacs.d" = { + github = "glittershark/emacs.d"; + path = ".doom.d"; + after = ["orgClubhouse"]; + }; }; # Notes -- cgit 1.4.1