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