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
|
(home-environment
|
||||||
;; Below is the list of packages that will show up in your
|
;; Below is the list of packages that will show up in your
|
||||||
;; Home profile, under ~/.guix-home/profile.
|
;; 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"
|
||||||
"git-crypt"
|
"git-crypt"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
"glibc-locales"
|
"glibc-locales"
|
||||||
"gnupg"
|
"gnupg"
|
||||||
;;"go@1.23.2"
|
"go@1.23.2"
|
||||||
"guile"
|
"guile"
|
||||||
"guile-algorithms"
|
"guile-algorithms"
|
||||||
"guile-config"
|
"guile-config"
|
||||||
|
@ -49,6 +51,8 @@
|
||||||
"guile-ssh"
|
"guile-ssh"
|
||||||
"guile-tap"
|
"guile-tap"
|
||||||
"ispell"
|
"ispell"
|
||||||
|
"libvterm"
|
||||||
|
"make"
|
||||||
"nss-certs"
|
"nss-certs"
|
||||||
"pass-git-helper"
|
"pass-git-helper"
|
||||||
"password-store"
|
"password-store"
|
||||||
|
|
Loading…
Reference in a new issue