added extra vault instance
This commit is contained in:
parent
0898f15d51
commit
5c1e159d93
7 changed files with 87 additions and 1 deletions
|
@ -2,7 +2,12 @@
|
|||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
dnd-5e-latex-template = { pkgs = [ pkgs.v.dnd-5e-latex-template ]; };
|
||||
dnd-5e-latex-template = {
|
||||
pkgs = [
|
||||
pkgs.v.dnd-5e-latex-template
|
||||
pkgs.v.dnd-5e-latex-character-sheet-template
|
||||
];
|
||||
};
|
||||
});
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue