From 29dfeac3a9cf54106879be68a630b16e3a18ed30 Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 30 Aug 2022 23:04:42 +0200 Subject: home: host: siga: configure neovim --- nichijou/home/host/siga.scm | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nichijou/home/host/siga.scm (limited to 'nichijou') 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))) -- cgit v1.2.3