diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-22 03:29:56 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-22 03:29:56 -0500 |
commit | 90854019fc940473a0ce4fff29c402e54841f704 (patch) | |
tree | b7eb2a97dbdbfe151ff77a23c1b54a2399dbe311 /software/tex.nix | |
parent | 3727e7bd79fe75ff18b1dc6af494dbda940e0971 (diff) |
Another day
Diffstat (limited to 'software/tex.nix')
-rw-r--r-- | software/tex.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/software/tex.nix b/software/tex.nix new file mode 100644 index 0000000..0107b27 --- /dev/null +++ b/software/tex.nix @@ -0,0 +1,7 @@ +{nixpkgs, environment, pkgs, ...}: + +{ + environment.systemPackages = with pkgs; [ + texlive.combined.scheme-full + ]; +} |