rekahsoft
/
guix-config
Archived
1
1
Fork 0

user-manifest.scm: Add packages to user manifest

- emacs-helm-unicode
- emacs-ace-window
- openssh
- terraform
- terraform-provider-aws
This commit is contained in:
Collin J. Doering 2019-08-11 21:02:50 -04:00
parent d6774f39f4
commit 5f03119717
1 changed files with 5 additions and 7 deletions

View File

@ -1,13 +1,13 @@
(specifications->manifest
'("emacs" "emacs-magit" "emacs-auctex" "emacs-geiser" "emacs-slime"
"emacs-use-package" "emacs-neotree" "emacs-paredit" "emacs-ivy"
"emacs-helm" "emacs-helm-gtags" "emacs-helm-swoop" "emacs-helm-descbinds" "emacs-helm-ls-git"
"emacs-helm" "emacs-helm-gtags" "emacs-helm-swoop" "emacs-helm-descbinds" "emacs-helm-ls-git" "emacs-helm-unicode"
"emacs-ag" "emacs-yasnippet" "emacs-yasnippet-snippets" "emacs-helm-c-yasnippet"
"emacs-yasnippet-snippets" "emacs-auto-yasnippet" "emacs-undo-tree"
"emacs-restclient" "emacs-rainbow-identifiers" "emacs-rainbow-delimiters" "emacs-highlight-sexp"
"emacs-isearch+" "emacs-org" "emacs-org-web-tools" "emacs-org-mind-map"
"emacs-god-mode" "emacs-ace-jump-mode" "emacs-realgud" "emacs-haskell-mode"
"emacs-god-mode" "emacs-ace-window" "emacs-ace-jump-mode" "emacs-realgud" "emacs-haskell-mode"
"emacs-rust-mode" "emacs-go-mode" "emacs-mmm-mode" "emacs-lua-mode"
"emacs-terraform-mode" "emacs-yaml-mode" "emacs-racket-mode" "emacs-php-mode"
"emacs-json-mode" "emacs-multiple-cursors"
@ -50,7 +50,7 @@
"beets" "youtube-dl" "ncmpcpp"
"git" "direnv"
"git" "openssh" "direnv"
"texlive" "graphviz"
"kitty" "dunst"
@ -62,13 +62,11 @@
"xlsfonts"
"terraform" "terraform-provider-aws"
;; TODO: kicad currently broken (wxwidgets does not build)
;; "kicad" "kicad-library" "kicad-symbols" "gtkwave"
;; TODO:
;; "terraform"
;; "terraform-provider-aws"
;; TODO: (packages I like but maybe should be project specific?)
;; "avr-toolchain" (propigated inputs: "avrdude" "avr-binutils" "avr-gcc")
;; "clojure"