[feat] add default value for omz service

Signed-off-by: SouthFox <master@southfox.me>
This commit is contained in:
SouthFox 2024-11-18 17:17:08 +08:00
parent 42e327b4e6
commit e8ff7d23d6
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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