about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/pkgs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix
index a220aed4..0c1ac109 100644
--- a/machines/profpatsch/pkgs.nix
+++ b/machines/profpatsch/pkgs.nix
@@ -72,7 +72,7 @@ let
   });
 
   # A ghci with some sane default packages in scope, & hoogle
-  saneGhci = haskellPackages.ghcWithHoogle (h: with h; [ protolude ]);
+  saneGhci = haskellPackages.ghcWithHoogle (h: with h; [ protolude pretty-show ]);
 
 in
 { inherit taffybar sent mpv beets poezio vim fast-init xmpp-client searx saneGhci; }