mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix: readd latex, take pandoc from unstable
This commit is contained in:
@@ -1,15 +1,11 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# (texlive.combine {
|
texlive.combined.scheme-full
|
||||||
# inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
|
|
||||||
# pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
|
|
||||||
# })
|
|
||||||
# haskellPackages.patat
|
|
||||||
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
|
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
|
||||||
haskellPackages.pandoc-citeproc
|
unstable.haskellPackages.pandoc-citeproc
|
||||||
libreoffice
|
libreoffice
|
||||||
pandoc
|
unstable.pandoc
|
||||||
proselint
|
proselint
|
||||||
unstable.asciidoctor
|
unstable.asciidoctor
|
||||||
wordnet
|
wordnet
|
||||||
|
|||||||
Reference in New Issue
Block a user