diff options
author | bd <bdunahu@operationnull.com> | 2025-04-03 22:37:22 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-03 22:37:22 -0400 |
commit | 1c9a9d9b086f938bd14127963f7e8638f82244c9 (patch) | |
tree | f8b15c4a0afe1253a65604404d211a580a74a05d | |
parent | a795b21533b78627c5f751082053c46665556428 (diff) |
Add pandoc
-rw-r--r-- | .config/guix/modules/packages/packages.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/guix/modules/packages/packages.scm b/.config/guix/modules/packages/packages.scm index 6922f4c..74490c4 100644 --- a/.config/guix/modules/packages/packages.scm +++ b/.config/guix/modules/packages/packages.scm @@ -33,12 +33,13 @@ fonts ;; font-terminus, font-awesome fontutils ;; fontconfig games ;; nethack - gimp ;; gimp-next gdb ;; gdb + gimp ;; gimp-next gnome ;; libnotify, brightnessctl gnupg ;; gnupg gnuzilla ;; icecat graphviz ;; graphviz + haskell-xyz ;; pandoc image ;; flameshot imagemagick ;; imagemagick image-viewers ;; feh, nsxiv @@ -163,6 +164,7 @@ (define bd-packages-development (list cl-asdf + pandoc bc gcc-toolchain gdb |