Update package specifications
This commit is contained in:
parent
7d25150ab0
commit
353e24c1bb
|
@ -11,21 +11,24 @@
|
||||||
(gnu home services shells))
|
(gnu home services shells))
|
||||||
|
|
||||||
(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.
|
||||||
(services
|
(services
|
||||||
(list (service home-bash-service-type
|
(list (service home-bash-service-type
|
||||||
(home-bash-configuration
|
(home-bash-configuration
|
||||||
(aliases '(("eza" . "eza --icons --git --octal-permissions")
|
(aliases '(("eza" . "eza --icons --git --octal-permissions")
|
||||||
("gsa" . "git-sync-all")
|
("gsa" . "git-sync-all")
|
||||||
("ls" . "eza")
|
("ls" . "eza")
|
||||||
("la" . "eza -a")
|
("la" . "eza -a")
|
||||||
("ll" . "eza -l")
|
("ll" . "eza -l")
|
||||||
("lla" . "eza -la")
|
("lla" . "eza -la")
|
||||||
("lt" . "eza --tree")))))
|
("lt" . "eza --tree")))))
|
||||||
(service home-zsh-service-type
|
(service home-zsh-service-type
|
||||||
(home-zsh-configuration)))))
|
(home-zsh-configuration)))))
|
||||||
|
|
|
@ -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))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue