added extra vault instance

This commit is contained in:
Vivian 2022-09-28 16:58:29 +02:00
parent 0898f15d51
commit 5c1e159d93
7 changed files with 87 additions and 1 deletions

View file

@ -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;