2022-08-30 17:04:42 -04:00
|
|
|
(define-module (nichijou home host siga)
|
|
|
|
#:use-module (gnu home)
|
|
|
|
#:use-module ((nichijou home nvim)
|
2022-09-07 10:26:01 -04:00
|
|
|
#:prefix nvim:)
|
|
|
|
#:use-module ((nichijou home zsh)
|
|
|
|
#:prefix zsh:))
|
2022-08-30 17:04:42 -04:00
|
|
|
|
|
|
|
(home-environment
|
2022-09-07 10:26:01 -04:00
|
|
|
(packages (append nvim:packages zsh:packages))
|
|
|
|
(services (append nvim:services zsh:services)))
|