aboutsummaryrefslogtreecommitdiffstats
path: root/nichijou
diff options
context:
space:
mode:
authorRenken <renken@shione.net>2022-08-30 23:04:42 +0200
committerRenken <renken@shione.net>2022-08-30 23:16:11 +0200
commit29dfeac3a9cf54106879be68a630b16e3a18ed30 (patch)
treeca578b1984eeea5a6be4ab6ed202f1a3c9f1c015 /nichijou
parentd1188e4f42d96969828456e8a9a7f909cf52e0f3 (diff)
downloadshione-29dfeac3a9cf54106879be68a630b16e3a18ed30.tar.gz
shione-29dfeac3a9cf54106879be68a630b16e3a18ed30.zip
home: host: siga: configure neovim
Diffstat (limited to 'nichijou')
-rw-r--r--nichijou/home/host/siga.scm8
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)))