about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-03 11:27:44 +0200
committerSoispha <soispha@vhack.eu>2023-08-19 17:34:43 +0200
commitf4dcf65018e287215a010544857831f84ff85fb4 (patch)
treeb90b941171121f5c8bae3c40adbc320ac5ac8223 /flake
parentFeat(flake): Import the nixNeovim module (diff)
downloadnixos-config-f4dcf65018e287215a010544857831f84ff85fb4.tar.gz
nixos-config-f4dcf65018e287215a010544857831f84ff85fb4.zip
Feat(treewide): Import nixVim
NixNeovim was forked from this, but never really took of. So I'm
switching to nixVim, as I hope for better results.
Diffstat (limited to 'flake')
-rw-r--r--flake/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index a4b20dca..573bd276 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -8,6 +8,7 @@
   # modules
   home-manager,
   nixNeovim,
+  nixVim,
   nixos-generators,
   impermanence,
   agenix,
@@ -57,6 +58,7 @@
       
       impermanence
       nixNeovim
+      nixVim
       ;
   };
   defaultModules = [