stockholm/lass/2configs/texlive.nix
2015-08-24 15:51:08 +02:00

8 lines
81 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
texLive
];
}