From f67c2a3ae89f1e8733ccff18daa1572702a805f4 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 12 Sep 2024 07:37:23 -0400 Subject: New org-denote bind, default latex previews, graphviz to src blocks --- .config/guix/modules/base.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/guix/modules') diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 3fac601..9c755e4 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -39,6 +39,7 @@ gimp ;; gimp-next gnupg ;; gnupg, pinentry, pinentry-emacs gnuzilla ;; icecat + graphviz ;; graphviz image ;; flameshot imagemagick ;; imagemagick librewolf ;; librewolf @@ -95,6 +96,7 @@ font-openmoji font-terminus gimp + graphviz icecat imagemagick librewolf @@ -197,7 +199,7 @@ alias | sed -E \"s/^alias ([^=]+)='(.*)'$/alias \\1 \\2 \\$*/g; s/'\\\\\\''/'/g; ("VISUAL" . "emacsclient") ("EDITOR" . "emacsclient") - ("NETHACKOPTIONS" . "$XDG_CONFIG_HOME/nethack/config") + ("NETHACKOPTIONS" . "@$XDG_CONFIG_HOME/nethack/config") ("PATH" . "$HOME/.local/bin:$PATH") )))) -- cgit v1.2.3