[feat] add default value for omz service
Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
parent
42e327b4e6
commit
e8ff7d23d6
2 changed files with 3 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
(services
|
||||
(list
|
||||
(service oh-my-zsh-service-type '())
|
||||
(service oh-my-zsh-service-type)
|
||||
(service home-emacs-service-type)
|
||||
(service home-zsh-service-type
|
||||
(home-zsh-configuration
|
||||
|
|
|
@ -38,7 +38,8 @@ your morning, and an auto-update tool that makes it easy to keep up with the lat
|
|||
(extensions
|
||||
(list (service-extension
|
||||
home-files-service-type
|
||||
(lambda (_) (list `(".oh-my-zsh" ,oh-my-zsh))))))))
|
||||
(lambda (_) (list `(".oh-my-zsh" ,oh-my-zsh))))))
|
||||
(default-value '())))
|
||||
|
||||
(define-public zellij
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue