mirror of https://codeberg.org/anemofilia/zero
home-environments: radio: Add pandoc
parent
4836ea35ab
commit
c63b7af3a3
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue