Link doom config files

This commit is contained in:
Nathan McCarty 2022-05-25 14:25:39 -04:00
parent 94b0bde5d6
commit 8e52f8fc35
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 6 additions and 0 deletions

View File

@ -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;
};
}; };
} }