1
0
Fork 0

Rename latex.nix -> research.nix

This commit is contained in:
Malte Brandy 2020-05-13 17:25:06 +02:00
parent d9ee29835c
commit cdfac4daf9
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,7 @@ let
(makeBlock (tinkerPages ++ leisurePages)) (makeBlock (tinkerPages ++ leisurePages))
]; ];
research = apolloConfig [ research = apolloConfig [
home/latex.nix home/research.nix
(makeBlock (tinkerPages ++ leisurePages)) (makeBlock (tinkerPages ++ leisurePages))
(setStartpage "http://localhost:8042") (setStartpage "http://localhost:8042")
]; ];

View file

@ -1,4 +1,5 @@
{ ... }: { { pkgs, ... }: {
home.packages = [ pkgs.zotero ];
programs.texlive = { programs.texlive = {
enable = true; enable = true;
extraPackages = tpkgs: { extraPackages = tpkgs: {