13 lines
155 B
Nix
13 lines
155 B
Nix
{
|
|
programs.nixvim.plugins.floaterm = {
|
|
enable = true;
|
|
|
|
width = 0.8;
|
|
height = 0.8;
|
|
|
|
title = "";
|
|
|
|
keymaps.toggle = "<leader>,";
|
|
};
|
|
}
|