mirror of
https://github.com/ivabus/nixos
synced 2024-11-10 02:25:18 +03:00
7 lines
105 B
Nix
7 lines
105 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
texlive.combined.scheme-full
|
|
];
|
|
} |