home-environments: radio: Add pandoc

impermanence
Luis Guilherme Coelho 2024-05-05 14:38:18 -03:00
parent 4836ea35ab
commit c63b7af3a3
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,7 @@
#:use-module (gnu packages gnu-doc)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages guile-xyz)
#|H|# #:use-module (gnu packages haskell-xyz)
#|I|# #:use-module (gnu packages image)
#:use-module (gnu packages image-viewers)
#:use-module (gnu packages irc)
@ -172,6 +173,7 @@
(define packages:file-managing
(list #|disk |# lf
#|file |# file
#|haskell-xyz |# pandoc
#|image-viewers|# chafa
#|pdf |# poppler
#|seninha |# fmutils
@ -462,9 +464,7 @@
(simple-service 'home-shell-environment-variables
home-environment-variables-service-type
`(("PATH" . "$HOME/.local/bin:$PATH")
("ENV" . "$XDG_CONFIG_HOME/dash/init.sh")
("INPUTRC" . "$XDG_CONFIG_HOME/readline/inputrc")
("XINITRC" . "$XDG_CONFIG_HOME/x11/xinitrc")))
("INPUTRC" . "$XDG_CONFIG_HOME/readline/inputrc")))
(simple-service 'home-guile-environment-variables
home-environment-variables-service-type
`(("GUILE_WARN_DEPRECATED" . "detailed")