Files
NixMachines/machines/universedesktop/programs/office.nix

13 lines
203 B
Nix

{ lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [
emacs
texlive.combined.scheme-full
pandoc
libreoffice-qt
pandoc
ispell
# Fonts
julia-mono
];
}