about summary refs log tree commit diff stats
path: root/hm/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
committerSoispha <soispha@vhack.eu>2023-12-09 18:20:18 +0100
commitb6302ae731f9d438f4e59f62d04903df79d4c942 (patch)
tree1b49245fe4e755d2fa4708de5e02b04ee1064605 /hm/default.nix
parentbuild(treewide): Update (diff)
downloadnixos-config-b6302ae731f9d438f4e59f62d04903df79d4c942.zip
feat(treewide): Specify nvim plugins in my flake
Diffstat (limited to '')
-rw-r--r--hm/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/hm/default.nix b/hm/default.nix
index 0d3e702b..292c7251 100644
--- a/hm/default.nix
+++ b/hm/default.nix
@@ -15,10 +15,8 @@
   flake_update,
   # external deps
   user_js,
-  neovim_config,
   # modules
   impermanence,
-  nixNeovim,
   nixVim,
 }: {
   home-manager = {
@@ -46,11 +44,9 @@
         # external deps
         
         user_js
-        neovim_config
         # modules
         
         impermanence
-        nixNeovim
         nixVim
         ;
     };