Rename doomDirWithAllPackages -> ...Modules

This commit is contained in:
Marien Zwart 2024-05-26 16:31:12 +10:00
parent 313b9ef400
commit 48ba3bb39c
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -56,7 +56,7 @@ let
# This doesn't belong here: it does not depend on doomDir (only on doomSource).
# But this is where all my doomscript execution lives.
# TODO: consider splitting off doomdir execution to a separate helper.
doomDirWithAllPackages = runCommandLocal "doom-full-init"
doomDirWithAllModules = runCommandLocal "doom-full-init"
{
env = {
EMACS = lib.getExe emacs;
@ -426,5 +426,5 @@ let
'';
in
{
inherit doomDirWithAllPackages doomEmacs emacsWithDoom;
inherit doomDirWithAllModules doomEmacs emacsWithDoom;
}