Nix-Hyprland/nixos/modules/nixvim/plugins/floaterm.nix

13 lines
151 B
Nix
Raw Normal View History

2024-04-16 20:52:14 -04:00
{
programs.nixvim.plugins.floaterm = {
enable = true;
width = 0.8;
height = 0.8;
title = "";
keymaps.toggle = "<C-b>";
};
}