diff options
author | 2020-10-06 00:14:12 -0400 | |
---|---|---|
committer | 2020-10-06 00:14:12 -0400 | |
commit | ca3a844af240ca87882522d14b530e0f1a6327ef (patch) | |
tree | b01f2630bf8e9af96d9dd40d8e19540544dd6b71 /.config/guix/manifest/main.scm | |
parent | d7dee82420a04e5c92e5b5ad316e14a49bd4d689 (diff) | |
download | configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.gz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.tar.xz configs-ca3a844af240ca87882522d14b530e0f1a6327ef.zip |
Move user-level configs out of rc.org
I will keep rc.org around for now, only for system-level (global)
config files.
Diffstat (limited to '')
-rw-r--r-- | .config/guix/manifest/main.scm | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/.config/guix/manifest/main.scm b/.config/guix/manifest/main.scm new file mode 100644 index 0000000..8917d27 --- /dev/null +++ b/.config/guix/manifest/main.scm @@ -0,0 +1,114 @@ +(specifications->manifest + '("alsa-utils" + "bash-completion" + "cpufrequtils" + "cpupower" + "cvs" + "dunst" + "emacs" + "emacs-alert" + "emacs-amx" + "emacs-async" + "emacs-biblio-git" + "emacs-boxquote" + "emacs-company" + "emacs-company-ebdb" + "emacs-crux" + "emacs-dash" + "emacs-debbugs" + "emacs-diff-hl" + "emacs-dmenu" + "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-exwm" + "emacs-exwm-edit" + "emacs-flycheck" + "emacs-geiser" + ;; "emacs-gnus-harvest" + "emacs-guix" + "emacs-helpful" + "emacs-hl-todo" + "emacs-ivy" + "emacs-magit" + "emacs-message-x" + "emacs-minions" + ;; "emacs-multi-term" + "emacs-multiple-cursors" + "emacs-mwim" + ;; "emacs-next" + ;; "emacs-next-delight" + "emacs-no-littering" + "emacs-org" + "emacs-org-contrib" + "emacs-org-ref" + "emacs-orgalist" + "emacs-page-break-lines" + "emacs-pass" + "emacs-pinentry" + "emacs-projectile" + "emacs-shrink-path-git" + "emacs-smart-mode-line" + "emacs-typo" + "emacs-unkillable-scratch" + "emacs-use-package" + "emacs-web-mode" + "emacs-which-key" + "emacs-yasnippet" + "emacs-znc-git" + "font-adobe-source-code-pro" + "font-gnu-freefont-ttf" + "font-google-roboto" + "font-liberation" + "font-linuxlibertine" + "font-sil-gentium" + "font-tex-gyre" + ;; "font-ubuntu" + "font-vazir" + "getmail" + "gettext" + "git" + "git:send-email" + "gnupg" + "guile" + "haunt" + "htop" + "hunspell" + "hunspell-dict-en-ca" + "hunspell-dict-en-us" + "isync" + "light" + "msmtp" + "ncdu" + "notmuch" + "openjdk" + "openssh" + "openssl" + "pass-otp" + "password-store" + "pasystray" + "pinentry-emacs" + "poppler" ; for 'pdffonts' + "rofi" + "rofi-pass" + "rsync" + "rxvt-unicode" + "screen" + "scrot" + "setxkbmap" + "strace" + "thinkfan" + "unzip" + "wget" + "xdg-user-dirs" + ;; "xkbcomp" + "xmodmap" + "xrdb" + "xset" + "xsetroot")) |