Link doom config files
This commit is contained in:
parent
94b0bde5d6
commit
8e52f8fc35
|
@ -33,5 +33,11 @@ in
|
||||||
# TODO remove when we enable doom-emacs again
|
# TODO remove when we enable doom-emacs again
|
||||||
package = emacsPackage;
|
package = emacsPackage;
|
||||||
};
|
};
|
||||||
|
# Link up the doom configuration for now
|
||||||
|
home.file = {
|
||||||
|
".doom.d/config.org".source = ../doom.d/config.org;
|
||||||
|
".doom.d/init.el".source = ../doom.d/init.el;
|
||||||
|
".doom.d/packages.el".source = ../doom.d/packages.el;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue