Files
cnix/home/modules/devtools/neovim/plugins/floaterm.nix
2024-08-17 18:28:42 +02:00

13 lines
155 B
Nix

{
programs.nixvim.plugins.floaterm = {
enable = true;
width = 0.8;
height = 0.8;
title = "";
keymaps.toggle = "<leader>,";
};
}