Impurely clone .doom.d
Rather than having it there immutably. Makes it easier to hack on.
This commit is contained in:
parent
678c6b05d3
commit
0fcb6d0ca3
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue