dotfiles/home/modules/tui/neovim/plugins/floaterm.nix
2024-12-19 19:30:06 -06:00

9 lines
152 B
Nix

{
programs.nixvim.plugins.floaterm = {
enable = true;
width = 0.8;
height = 0.8;
title = "";
keymaps.toggle = "<leader>,";
};
}