aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--home-configuration.scm22
1 files changed, 8 insertions, 14 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 74abf75d..bd81fbef 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -363,8 +363,13 @@ replacement spec (to which `regexp-substitute/global' is applied)."
;; Work
"s3cmd" "python-alibuild" ; "python-alidistlint"
+ ;; Shell
+ "zsh" "zsh-autosuggestions" "zsh-syntax-highlighting" "zsh-autopair"
+ "zsh-completions" ; my own package
+
;; Development & language servers
"make"
+ "shellcheck"
"clang" ; for clangd
"python-lsp-server"
;; Supported OotB by eglot, but not packaged by guix:
@@ -418,21 +423,10 @@ replacement spec (to which `regexp-substitute/global' is applied)."
"emacs-evil-text-object-python"
"emacs-geiser" "emacs-geiser-racket" "emacs-geiser-guile"
- "emacs-ledger-mode" ; "emacs-hledger-mode"
"emacs-flymake-collection" ; "emacs-flymake-flycheck" ; if needed
- "emacs-cmake-mode"
- "emacs-graphviz-dot-mode"
- "emacs-hcl-mode"
- "emacs-mmm-mode"
- "emacs-puppet-mode"
- "emacs-web-mode"
- "emacs-rec-mode"
- "emacs-yaml-mode"
-
- "shellcheck"
- ;; Shell
- "zsh" "zsh-autosuggestions" "zsh-syntax-highlighting" "zsh-autopair"
- "zsh-completions")))) ; my own package
+ "emacs-cmake-mode" "emacs-graphviz-dot-mode" "emacs-hcl-mode"
+ "emacs-ledger-mode" "emacs-mmm-mode" "emacs-puppet-mode"
+ "emacs-rec-mode" "emacs-web-mode" "emacs-yaml-mode"))))
;; To search for available home services, run 'guix home search KEYWORD'.
(services