Nix-Hyprland/nixos/modules/nixvim/plugins/floaterm.nix
2024-04-17 05:52:14 +05:00

13 lines
151 B
Nix

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