Update package specifications

This commit is contained in:
Evie Litherland-Smith 2024-05-07 17:36:43 +01:00
parent 7d25150ab0
commit 353e24c1bb
2 changed files with 20 additions and 18 deletions

View file

@ -13,7 +13,10 @@
(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 "make" "emacs" "git"))) (packages
(specifications->packages
(list "make" "git" "ripgrep" "fd"
"emacs-pgtk" "nyxt")))
;; Below is the list of Home services. To search for available ;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal. ;; services, run 'guix home search KEYWORD' in a terminal.

View file

@ -40,7 +40,6 @@
(specification->package "rofi") (specification->package "rofi")
(specification->package "alacritty") (specification->package "alacritty")
(specification->package "zsh") (specification->package "zsh")
;; (specification->package "nss-certs")
) )
%base-packages)) %base-packages))