diff --git a/home-configuration.scm b/home-configuration.scm index b98f788..ac171ef 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -17,13 +17,15 @@ (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. - (packages (specifications->packages (list "emacs-no-x" + (packages (specifications->packages (list "cmake" + "emacs-no-x" + "gcc-toolchain" "git" "git-crypt" "git-lfs" "glibc-locales" "gnupg" - ;;"go@1.23.2" + "go@1.23.2" "guile" "guile-algorithms" "guile-config" @@ -49,6 +51,8 @@ "guile-ssh" "guile-tap" "ispell" + "libvterm" + "make" "nss-certs" "pass-git-helper" "password-store"