home: host: siga: configure neovim
This commit is contained in:
parent
d1188e4f42
commit
29dfeac3a9
1 changed files with 8 additions and 0 deletions
8
nichijou/home/host/siga.scm
Normal file
8
nichijou/home/host/siga.scm
Normal file
|
@ -0,0 +1,8 @@
|
|||
(define-module (nichijou home host siga)
|
||||
#:use-module (gnu home)
|
||||
#:use-module ((nichijou home nvim)
|
||||
#:prefix nvim:))
|
||||
|
||||
(home-environment
|
||||
(packages (append nvim:packages))
|
||||
(services (append nvim:services)))
|
Loading…
Reference in a new issue