about summary refs log tree commit diff
path: root/home/profiles/research/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles/research/default.nix')
-rw-r--r--home/profiles/research/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/research/default.nix b/home/profiles/research/default.nix
index e7f934a..438a12a 100644
--- a/home/profiles/research/default.nix
+++ b/home/profiles/research/default.nix
@@ -49,6 +49,6 @@ in
       };
     };
 
-    home.packages = [ pkgs.texlive.combined.scheme-small ];
+    home.packages = [ pkgs.texlive.combined.scheme-small pkgs.pandoc ];
   };
 }