diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-09-20 21:04:47 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-09-20 21:08:10 +0200 |
| commit | f8c1af3c150b749d262b7d0b83fbb4c8d79dcb3f (patch) | |
| tree | eafc72d72844f968fd2765fd8bc68be650941804 /home/config/environment.nix | |
| parent | 8e6f4bb8286a0df876e2757b1f18665fa41c4b66 (diff) | |
add latex
Diffstat (limited to 'home/config/environment.nix')
| -rw-r--r-- | home/config/environment.nix | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/home/config/environment.nix b/home/config/environment.nix index 01883ac..6b3b7e0 100644 --- a/home/config/environment.nix +++ b/home/config/environment.nix @@ -24,13 +24,8 @@ source-code-pro ] ++ [ # Programming languages - python3Minimal - ] ++ (with texlive; - [ - # Tex - # Uncomment when full disk available - # combined.scheme-full - ]); + python3Full + ]; home.wallpaper = ./dotfiles/background-image; @@ -64,4 +59,6 @@ }; services.gpg-agent.enable = true; + + home.file.".config/latexmkrc".source = ./dotfiles/latexmkrc; } |
