This commit is contained in:
2025-11-01 13:09:07 +01:00
parent 57b336e41f
commit b2feebebae
5 changed files with 43 additions and 54 deletions

View File

@@ -1,20 +0,0 @@
{
programs.nixvim.plugins.toggleterm = {
enable = true;
settings = {
open_mapping = null;
direction = "float";
float_opts = {
border = "curved";
winblend = 3;
};
size = 20;
hide_numbers = true;
shade_terminals = true;
shading_factor = 2;
start_in_insert = true;
close_on_exit = true;
shell = "fish";
};
};
}