mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Init
This commit is contained in:
7
home/nvim/toggleterm.nix
Normal file
7
home/nvim/toggleterm.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.nixvim.plugins.toggleterm = {
|
||||
enable = true;
|
||||
openMapping = "<C-t>";
|
||||
direction = "horizontal";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user