diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-10 13:33:20 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-10 13:33:20 -0400 |
commit | 39bd31c6da6bb7ae65fb5ce7400a9747e5c1ed6f (patch) | |
tree | 2017b0123392b1e5bbc04485a5c3fa37684b11f9 | |
parent | 178f98e1b1a290f6b68313bb01d215fe1b2852e1 (diff) | |
download | configs-39bd31c6da6bb7ae65fb5ce7400a9747e5c1ed6f.tar.gz configs-39bd31c6da6bb7ae65fb5ce7400a9747e5c1ed6f.tar.xz configs-39bd31c6da6bb7ae65fb5ce7400a9747e5c1ed6f.zip |
guix: mkdir ~/.config/guix/manifest and add one for jirud
TODO: figure out how to have one common.scm or multiple single-purpose
lists of packages, like emacs.scm, xorg.scm, fonts.scm, tex.scm, etc.
-rw-r--r-- | .config/guix/manifest/chaman.scm (renamed from .config/guix/home-manifest.scm) | 0 | ||||
-rw-r--r-- | .config/guix/manifest/jirud.scm | 99 |
2 files changed, 99 insertions, 0 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/manifest/chaman.scm index 1e2dff2..1e2dff2 100644 --- a/.config/guix/home-manifest.scm +++ b/.config/guix/manifest/chaman.scm diff --git a/.config/guix/manifest/jirud.scm b/.config/guix/manifest/jirud.scm new file mode 100644 index 0000000..9e997f6 --- /dev/null +++ b/.config/guix/manifest/jirud.scm @@ -0,0 +1,99 @@ +(specifications->manifest + '("audacity" + "bash-completion" + "cvs" + "emacs" + "emacs-alert" + "emacs-async" + "emacs-boxquote" + "emacs-company" + "emacs-company-ebdb" + "emacs-crux" + "emacs-dash" + "emacs-debbugs" + "emacs-delight" + "emacs-diff-hl" + ;; "emacs-doom-themes" + "emacs-ebdb" + "emacs-emmet-mode" + "emacs-emojify" + "emacs-erc-hl-nicks" + "emacs-erc-scrolltoplace" + "emacs-eshell-up" + "emacs-exec-path-from-shell" + "emacs-expand-region" + "emacs-flycheck" + "emacs-geiser" + ;; "emacs-gnus-harvest" + "emacs-go-mode" + "emacs-guix" + "emacs-helpful" + "emacs-hl-todo" + "emacs-ivy" + "emacs-magit" + "emacs-message-x" + "emacs-multi-term" + "emacs-multiple-cursors" + "emacs-mwim" + "emacs-org" + "emacs-org-contrib" + "emacs-org-ref" + "emacs-orgalist" + "emacs-page-break-lines" + "emacs-pass" + "emacs-pinentry" + "emacs-projectile" + "emacs-shrink-path" + "emacs-smart-mode-line" + "emacs-smex" + "emacs-typo" + "emacs-unkillable-scratch" + "emacs-use-package" + "emacs-web-mode" + "emacs-which-key" + "emacs-yasnippet" + "font-adobe-source-code-pro" + ;; "font-gnu-freefont-ttf" + ;; "font-google-roboto" + ;; "font-liberation" + ;; "font-linuxlibertine" + ;; "font-sil-gentium" + ;; "font-tex-gyre" + ;; "font-ubuntu" + "getmail" + "gettext" + "gimp" + "git" + "git:send-email" + "glibc-locales" + "gnupg" + "guile" + "haunt" + "htop" + "hunspell" + "hunspell-dict-en-ca" + "hunspell-dict-en-us" + ;; "icecat" + "inkscape" + "isync" + "mpv" + "msmtp" + "ncdu" + "notmuch" + "nss-certs" + ;; "openssl" + "password-store" + "pinentry-emacs" + ;; "poppler" ;for 'pdffonts' + "rsync" + "rtv" + "screen" + ;; "setxkbmap" + ;; "texlive" + ;; "texlive-base" + ;; "thinkfan" + ;; "xdg-user-dirs" + ;; "xkbcomp" + ;; "xmodmap" + ;; "xrdb" + "youtube-dl")) |