Add tex module
This commit is contained in:
parent
2fff6aa766
commit
666261a731
4 changed files with 77 additions and 9 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
../home-default.nix
|
||||
../../../modules/syncthing.nix
|
||||
../../../modules/tex.nix
|
||||
];
|
||||
|
||||
# hs-specific home configuration
|
||||
|
|
@ -30,7 +31,6 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
texlive.combined.scheme-full
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue