fix statix
This commit is contained in:
parent
dae1a5da92
commit
a446437874
14 changed files with 106 additions and 101 deletions
|
@ -1,9 +1,9 @@
|
|||
{ lib, config, pkgs, inputs, ... }:
|
||||
let
|
||||
tex = (pkgs.texlive.combine {
|
||||
tex = pkgs.texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full;
|
||||
dnd-5e-latex-template = { pkgs = [ pkgs.v.dnd-5e-latex-template ]; };
|
||||
});
|
||||
};
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue