diff options
Diffstat (limited to '.config/guix')
-rw-r--r-- | .config/guix/modules/base.scm | 2 | ||||
-rw-r--r-- | .config/guix/modules/emacs.scm | 9 |
2 files changed, 9 insertions, 2 deletions
diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 581b79b..edad2a1 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -54,6 +54,7 @@ package-management ;; stow password-utils ;; pass-otp, password-store pdf ;; xpdf, pdfgrep + python ;; python rsync ;; rsync screen ;; screen rust-apps ;; ripgrep @@ -90,6 +91,7 @@ netcat nsxiv pdfgrep + python recutils ripgrep rsync diff --git a/.config/guix/modules/emacs.scm b/.config/guix/modules/emacs.scm index 8d46f54..0bbade1 100644 --- a/.config/guix/modules/emacs.scm +++ b/.config/guix/modules/emacs.scm @@ -17,8 +17,11 @@ #:export (bd-home-emacs-service-type)) (use-package-modules - aspell emacs-xyz - mail lisp) + aspell + emacs-xyz + cpp + mail + lisp) (define (bd-emacs-package-list config) @@ -45,6 +48,8 @@ aspell aspell-dict-en + + ccls )) |