home: siga: configure zsh
This commit is contained in:
parent
4495ee1d3d
commit
df2c7e71ff
1 changed files with 5 additions and 3 deletions
|
@ -1,8 +1,10 @@
|
|||
(define-module (nichijou home host siga)
|
||||
#:use-module (gnu home)
|
||||
#:use-module ((nichijou home nvim)
|
||||
#:prefix nvim:))
|
||||
#:prefix nvim:)
|
||||
#:use-module ((nichijou home zsh)
|
||||
#:prefix zsh:))
|
||||
|
||||
(home-environment
|
||||
(packages (append nvim:packages))
|
||||
(services (append nvim:services)))
|
||||
(packages (append nvim:packages zsh:packages))
|
||||
(services (append nvim:services zsh:services)))
|
||||
|
|
Loading…
Reference in a new issue