mirror of
https://github.com/softinio/nix-config.git
synced 2025-10-18 19:16:41 -07:00
15 lines
194 B
Nix
15 lines
194 B
Nix
|
{ ... }:
|
||
|
|
||
|
{
|
||
|
programs.nixvim.plugins.floaterm = {
|
||
|
enable = true;
|
||
|
|
||
|
settings = {
|
||
|
width = 0.8;
|
||
|
height = 0.8;
|
||
|
title = "";
|
||
|
keymap_toggle = "<leader>,";
|
||
|
};
|
||
|
};
|
||
|
}
|