Add example (based on my own config)
This commit is contained in:
parent
63ba8e4040
commit
e4ab09ecc6
3 changed files with 211 additions and 0 deletions
|
|
@ -31,6 +31,10 @@
|
|||
};
|
||||
packages.doom-minimal = pkgs.callPackage ./package.nix common;
|
||||
packages.doom-full = pkgs.callPackage ./package.nix (common // { full = true; });
|
||||
packages.doom-example = pkgs.callPackage ./package.nix (common // {
|
||||
doomInitFile = ./example/init.el;
|
||||
doomPrivateModule = ./example/packages.el;
|
||||
});
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue