Supply doomSource

This commit is contained in:
Marien Zwart 2024-04-06 23:52:19 +11:00
parent 03769febeb
commit 68aa201f9b
No known key found for this signature in database

View file

@ -28,7 +28,7 @@
doom-minimal = pkgsWithEmacsOverlay.callPackage ./doom.nix common;
doom-full = pkgsWithEmacsOverlay.callPackage ./doom.nix (common // { full = true; });
doom-example = pkgsWithEmacsOverlay.callPackage ./doom.nix (common // { doomDir = ./example; });
doomEmacs = args: pkgsWithEmacsOverlay.callPackage ./doom.nix args;
doomEmacs = args: pkgsWithEmacsOverlay.callPackage ./doom.nix (common // args);
});
};
}