12 lines
175 B
Nix
12 lines
175 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
libreoffice
|
|
zotero
|
|
kile
|
|
texliveFull
|
|
imagemagick
|
|
ghostscript
|
|
kdePackages.okular
|
|
];
|
|
}
|