aboutsummaryrefslogtreecommitdiffstats
path: root/nichijou/home/host/siga.scm
blob: 1f5e409a89c691f7762553774ee3a60a07268c98 (plain) (blame)
1
2
3
4
5
6
7
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)))