Install make, gcc, go, etc.
This commit is contained in:
parent
fd9f09b3d1
commit
17ad47b2bc
1 changed files with 6 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue