diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-04 17:11:26 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-04 17:11:26 -0400 |
commit | 2fd6955df8df8e17941d64e8361b3bbb8cc6dd6e (patch) | |
tree | 4125fcc6f3a70f365d935f2d2656817cecc28f4b /.config/guix/home-manifest.scm | |
parent | 4d5a11b302efecfc745f5e22dc4b9cf394e339c2 (diff) | |
download | configs-2fd6955df8df8e17941d64e8361b3bbb8cc6dd6e.tar.gz configs-2fd6955df8df8e17941d64e8361b3bbb8cc6dd6e.tar.xz configs-2fd6955df8df8e17941d64e8361b3bbb8cc6dd6e.zip |
guix: add home-manifest and chaman's config
Diffstat (limited to '')
-rw-r--r-- | .config/guix/home-manifest.scm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/guix/home-manifest.scm b/.config/guix/home-manifest.scm new file mode 100644 index 0000000..bd4e6b5 --- /dev/null +++ b/.config/guix/home-manifest.scm @@ -0,0 +1,28 @@ +(specifications->manifest + '("cvs" + "emacs" + "emacs-magit" + "emacs-org" + "emacs-org-contrib" + "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" + "git" + "git:send-email" + "gnupg" + "haunt" + "icecat" + "isync" + ;"msmtp" + "ncdu" + "notmuch" + "openssl" + "password-store" + "rsync" + "screen")) |