mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-23 12:42:18 +00:00
9 lines
152 B
Nix
9 lines
152 B
Nix
{
|
|
programs.nixvim.plugins.floaterm = {
|
|
enable = true;
|
|
width = 0.8;
|
|
height = 0.8;
|
|
title = "";
|
|
keymaps.toggle = "<leader>,";
|
|
};
|
|
}
|