.
This commit is contained in:
parent
9da5eae798
commit
a634bd358a
2 changed files with 5 additions and 2 deletions
|
@ -77,7 +77,6 @@
|
|||
emacs-desktop-environment
|
||||
font-terminus
|
||||
git
|
||||
kitty
|
||||
swayfx)
|
||||
%base-packages))
|
||||
(services
|
||||
|
|
|
@ -29,7 +29,11 @@
|
|||
;; Home profile, under ~/.guix-home/profile.
|
||||
(packages
|
||||
(specifications->packages
|
||||
(list "pinentry-qt")))
|
||||
(list "chicken"
|
||||
"icecat"
|
||||
"kitty"
|
||||
"pinentry-qt"
|
||||
"waybar")))
|
||||
;; Below is the list of Home services. To search for available
|
||||
;; services, run 'guix home search KEYWORD' in a terminal.
|
||||
(services
|
||||
|
|
Loading…
Reference in a new issue