Files
cnix/home/core/tui/neovim/plugins/floaterm.nix
2024-07-15 19:40:02 +02:00

13 lines
155 B
Nix

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