13 lines
151 B
Nix
13 lines
151 B
Nix
|
{
|
||
|
programs.nixvim.plugins.floaterm = {
|
||
|
enable = true;
|
||
|
|
||
|
width = 0.8;
|
||
|
height = 0.8;
|
||
|
|
||
|
title = "";
|
||
|
|
||
|
keymaps.toggle = "<C-b>";
|
||
|
};
|
||
|
}
|