diff --git a/modules/home-manager/nixvim/plugins/floaterm.nix b/modules/home-manager/nixvim/plugins/floaterm.nix deleted file mode 100644 index e60b43d..0000000 --- a/modules/home-manager/nixvim/plugins/floaterm.nix +++ /dev/null @@ -1,7 +0,0 @@ -{ ... }: - -{ - program.nixvim.plugins.floaterm = { - enable = true; - }; -}