diff options
author | Julian T <julian@jtle.dk> | 2021-05-31 14:38:55 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2021-05-31 14:38:55 +0200 |
commit | bb8124db1bc70ea424722fc69ce63477181e5cfe (patch) | |
tree | ccf8c0f38e0789c78e80d682eae100a0056f65e6 | |
parent | 079857f90f126d880da41488733dcd7780cbd136 (diff) |
Install tex packages and programs
-rw-r--r-- | nixhome/.config/nixpkgs/home.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nixhome/.config/nixpkgs/home.nix b/nixhome/.config/nixpkgs/home.nix index fb43321..75ea6ef 100644 --- a/nixhome/.config/nixpkgs/home.nix +++ b/nixhome/.config/nixpkgs/home.nix @@ -28,9 +28,17 @@ (mumble.override { pulseSupport = true; }) libreoffice-fresh liferea qutebrowser mate.caja audacity gnome3.eog veracrypt xournal remmina + musescore fractal gnome3.gnome-disk-utility ipcalc playerctl + xarchive gtkwave # Other stuff - texlive.combined.scheme-medium biber + ( texlive.combine { inherit (texlive) + scheme-medium minted fvextra upquote catchfile xstring framed + multirow makecell ntheorem cleveref enumitem todonotes + lastpage biblatex glossaries pgfplots csquotes soul + mfirstuc xfor datatool mdframed zref needspace; + }) + biber youtube-dl sshpass python38Packages.pynvim aspell aspellDicts.da aspellDicts.en ffmpegthumbnailer tio imagemagick sox poppler_utils |