diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-09 16:31:49 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-09 16:31:49 -0400 |
commit | 838a9468b8b8274e5f02623c2b4850a1b839132f (patch) | |
tree | 3317d6f9d5f4674f97303ca33a69e6efa386a525 | |
parent | 51223843ed3a3f43fee0518af891cddb00d62696 (diff) | |
download | configs-838a9468b8b8274e5f02623c2b4850a1b839132f.tar.gz configs-838a9468b8b8274e5f02623c2b4850a1b839132f.tar.xz configs-838a9468b8b8274e5f02623c2b4850a1b839132f.zip |
guix: add a few packages to home-manifest
-rw-r--r-- | .config/guix/home-manifest.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/home-manifest.scm index 0819274..1e2dff2 100644 --- a/.config/guix/home-manifest.scm +++ b/.config/guix/home-manifest.scm @@ -13,6 +13,7 @@ "emacs-debbugs" "emacs-delight" "emacs-diff-hl" + ;; "emacs-doom-themes" "emacs-ebdb" "emacs-emmet-mode" "emacs-emojify" @@ -81,12 +82,14 @@ "openssl" "password-store" "pinentry-emacs" + "poppler" ;for 'pdffonts' "rsync" "rtv" "screen" "setxkbmap" "texlive" ;"texlive-base" + "thinkfan" "xdg-user-dirs" ;"xkbcomp" "xmodmap" |