about summary refs log tree commit diff stats
path: root/home-manager/default.nix
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 /home-manager/default.nix
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 'home-manager/default.nix')
-rw-r--r--home-manager/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home-manager/default.nix b/home-manager/default.nix
index d34a4961..f1ff6ed6 100644
--- a/home-manager/default.nix
+++ b/home-manager/default.nix
@@ -19,7 +19,7 @@
   # modules
   impermanence,
   nixNeovim,
-  ...
+  nixVim,
 }: {
   home-manager = {
     useGlobalPkgs = true;
@@ -51,6 +51,7 @@
         
         impermanence
         nixNeovim
+        nixVim
         ;
     };
   };