flake update.

This commit is contained in:
Gabe Venberg 2024-04-22 12:31:00 -05:00
parent e548369cae
commit 6853d5296f
3 changed files with 43 additions and 33 deletions

View file

@ -6,10 +6,12 @@
programs.nixvim = {
plugins.toggleterm = {
enable = true;
direction = "horizontal";
insertMappings = false;
openMapping = ''<c-\>'';
terminalMappings = false;
settings = {
direction = "horizontal";
insert_mappings = false;
terminal_mappings = false;
open_mapping = ''[[<c-\>]]'';
};
};
keymaps = [
{