mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-19 03:02:17 +00:00
12 lines
No EOL
154 B
Nix
12 lines
No EOL
154 B
Nix
{
|
|
programs.nixvim.plugins.floaterm = {
|
|
enable = true;
|
|
|
|
width = 0.8;
|
|
height = 0.8;
|
|
|
|
title = "";
|
|
|
|
keymaps.toggle = "<leader>,";
|
|
};
|
|
} |