Supply doomSource
This commit is contained in:
parent
03769febeb
commit
68aa201f9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
});
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue