diff options
Diffstat (limited to 'nichijou')
-rw-r--r-- | nichijou/home/host/siga.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nichijou/home/host/siga.scm b/nichijou/home/host/siga.scm new file mode 100644 index 0000000..1f5e409 --- /dev/null +++ b/nichijou/home/host/siga.scm @@ -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))) |